Changeset 671
- Timestamp:
- 09/28/08 16:23:55 (3 months ago)
- Files:
-
- trunk/SapphireFrappliance/SapphireBrowser.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/SapphireBrowser.m
r526 r671 689 689 row=[self rowForTitle:oldName]; 690 690 if(row>=0) 691 { 691 692 [(BRListControl *)[self list] setSelection:row]; 693 } 692 694 else 695 { 693 696 [(BRListControl *)[self list] setSelection:0]; 697 [self updatePreviewController]; 698 } 694 699 } 695 700 /*Force a reload on the mediaPreviewController*/
