Oops, I suck at making things compile
authorKent Sutherland <ksuther@ithinksw.com>
Sun, 16 May 2004 19:23:09 +0000 (19:23 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sun, 16 May 2004 19:23:09 +0000 (19:23 +0000)
MainController.m

index a8c28d0..dd7c51e 100755 (executable)
@@ -358,7 +358,7 @@ static MainController *sharedController;
         }
         
         timerUpdating = YES;
-        [_statusItem setEnabled:NO];
+        [statusItem setEnabled:NO];
         
         NS_DURING
             latestPlaylistClass = [[self currentRemote] currentPlaylistClass];
@@ -392,7 +392,7 @@ static MainController *sharedController;
         NS_ENDHANDLER
         
         timerUpdating = NO;
-        [_statusItem setEnabled:YES];
+        [statusItem setEnabled:YES];
     }
 }