From: Kent Sutherland Date: Thu, 25 Nov 2004 00:24:30 +0000 (+0000) Subject: I had the hotkeys disable on me for some reason. I think this might fix it. X-Git-Tag: v1.5~11 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/1af988c977ca8d22248b17fc55323d39dff50228 I had the hotkeys disable on me for some reason. I think this might fix it. --- diff --git a/MainController.m b/MainController.m index 3b9342b..4f5fd13 100755 --- a/MainController.m +++ b/MainController.m @@ -377,7 +377,7 @@ static MainController *sharedController; - (void)timerUpdate { NSString *identifier = [[self currentRemote] playerStateUniqueIdentifier]; - if (identifier == nil) { + if (refreshTimer && identifier == nil) { if ([statusItem isEnabled]) { [statusItem setToolTip:@"iTunes not responding."]; [[ITHotKeyCenter sharedCenter] setEnabled:NO];