From: Kent Sutherland Date: Sat, 7 Feb 2004 00:00:02 +0000 (+0000) Subject: I suck. X-Git-Tag: v1.3~41 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/f28cba7febce0cb71c39d69da3540d041e4660b7 I suck. --- diff --git a/MenuController.m b/MenuController.m index 1c8dd90..f416474 100755 --- a/MenuController.m +++ b/MenuController.m @@ -606,7 +606,7 @@ 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++) {