Hopefuly fixed the iPod playlists to be enabled at the right time.
authorKent Sutherland <ksuther@ithinksw.com>
Fri, 6 Feb 2004 23:32:47 +0000 (23:32 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Fri, 6 Feb 2004 23:32:47 +0000 (23:32 +0000)
MenuController.m

index dfd4f49..1c8dd90 100755 (executable)
         NSMenu *submenu = [[NSMenu alloc] init];
         ITDebugLog(@"Adding source: %@", name);
         
-        if ( ([[curPlaylist objectAtIndex:i] intValue] == ITMTRemoteiPodSource) && (![self iPodAtPathAutomaticallyUpdates:[curPlaylist objectAtIndex:j]]) ) {
+        if ( ([[curPlaylist objectAtIndex:i] intValue] == ITMTRemoteiPodSource) && [self iPodAtPathAutomaticallyUpdates:[curPlaylist objectAtIndex:j]]) ) {
             ITDebugLog(@"Invalid iPod source.");
         } else {
             for (j = 2; j < [curPlaylist count]; j++) {