From 1af988c977ca8d22248b17fc55323d39dff50228 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Thu, 25 Nov 2004 00:24:30 +0000 Subject: [PATCH] I had the hotkeys disable on me for some reason. I think this might fix it. --- MainController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.20.1