- Timestamp:
- 05/06/09 21:15:50 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/CoreData/SapphireFrappliance/MetaDataImporting/SapphirePosterChooser.m
r827 r838 176 176 title: BRLocalizedString(@"Getting artwork selection", @"Getting artwork selection") 177 177 invokation: invoke]; 178 [[self stack] swapController: wait];178 [[self stack] swapController:[wait autorelease]]; 179 179 } 180 180 else … … 505 505 else if ( row == [posters count] ) 506 506 { 507 NSMutableDictionary *refreshMeta = [ [NSMutableDictionary alloc] init];507 NSMutableDictionary *refreshMeta = [NSMutableDictionary dictionary]; 508 508 [refreshMeta setObject: BRLocalizedString( @"Refresh the artwork selection", @"Refresh the artwork selection" ) forKey: META_TITLE_KEY]; 509 509 [preview setUtilityData: refreshMeta];
