From: Kent Sutherland Date: Sun, 16 May 2004 19:23:09 +0000 (+0000) Subject: Oops, I suck at making things compile X-Git-Tag: v1.3~14 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/855ab31dc6f063368085f5f31c70882ef7370b66 Oops, I suck at making things compile --- diff --git a/MainController.m b/MainController.m index a8c28d0..dd7c51e 100755 --- a/MainController.m +++ b/MainController.m @@ -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]; } }