Changeset 114
- Timestamp:
- 07/01/07 19:09:05 (2 years ago)
- Files:
-
- trunk/SapphireTVShowDataMenu.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireTVShowDataMenu.m
r113 r114 315 315 316 316 NSString *searchStr = [fileName substringToIndex:index]; 317 NSString *show = [showTranslations objectForKey: searchStr];317 NSString *show = [showTranslations objectForKey:[searchStr lowercaseString]]; 318 318 if(show == nil) 319 319 { … … 404 404 { 405 405 NSDictionary *show = [[chooser shows] objectAtIndex:selection]; 406 [showTranslations setObject:[show objectForKey:@"link"] forKey:[ chooser searchStr]];406 [showTranslations setObject:[show objectForKey:@"link"] forKey:[[chooser searchStr] lowercaseString]]; 407 407 [self writeSettings]; 408 408 }
