Changeset 671

Show
Ignore:
Timestamp:
09/28/08 16:23:55 (3 months ago)
Author:
gbooker
Message:

Applied patch from wazza to update preview when view filter changed.
Fixes #238

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/SapphireBrowser.m

    r526 r671  
    689689                                row=[self rowForTitle:oldName]; 
    690690                                if(row>=0) 
     691                                { 
    691692                                        [(BRListControl *)[self list] setSelection:row]; 
     693                                } 
    692694                                else 
     695                                { 
    693696                                        [(BRListControl *)[self list] setSelection:0]; 
     697                                        [self updatePreviewController]; 
     698                                } 
    694699                        } 
    695700                        /*Force a reload on the mediaPreviewController*/