From: Kent Sutherland Date: Sun, 16 May 2004 02:24:25 +0000 (+0000) Subject: Hotkeys set in the prefs will now properly update immediately. X-Git-Tag: v1.3~17 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/071b43ba6665e38ecf7d06a6696bf3cb2a59b02d Hotkeys set in the prefs will now properly update immediately. --- diff --git a/MainController.m b/MainController.m index 6937a6f..906dca5 100755 --- a/MainController.m +++ b/MainController.m @@ -628,7 +628,7 @@ static MainController *sharedController; ITHotKey *hotKey; ITDebugLog(@"Setting up hot keys."); - if (playerRunningState == ITMTRemotePlayerNotRunning) { + if (playerRunningState == ITMTRemotePlayerNotRunning && ![[NetworkController sharedController] isConnectedToServer]) { return; }