From f28cba7febce0cb71c39d69da3540d041e4660b7 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Sat, 7 Feb 2004 00:00:02 +0000 Subject: [PATCH] I suck. --- MenuController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- 2.20.1