Hotkeys set in the prefs will now properly update immediately.
authorKent Sutherland <ksuther@ithinksw.com>
Sun, 16 May 2004 02:24:25 +0000 (02:24 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sun, 16 May 2004 02:24:25 +0000 (02:24 +0000)
MainController.m

index 6937a6f..906dca5 100755 (executable)
@@ -628,7 +628,7 @@ static MainController *sharedController;
     ITHotKey *hotKey;
     ITDebugLog(@"Setting up hot keys.");
     
-    if (playerRunningState == ITMTRemotePlayerNotRunning) {
+    if (playerRunningState == ITMTRemotePlayerNotRunning && ![[NetworkController sharedController] isConnectedToServer]) {
         return;
     }