I had the hotkeys disable on me for some reason. I think this might fix it.
authorKent Sutherland <ksuther@ithinksw.com>
Thu, 25 Nov 2004 00:24:30 +0000 (00:24 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Thu, 25 Nov 2004 00:24:30 +0000 (00:24 +0000)
MainController.m

index 3b9342b..4f5fd13 100755 (executable)
@@ -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];