Even more fixage! Now when you reconnect after the host has quit and relaunched while...
authorKent Sutherland <ksuther@ithinksw.com>
Fri, 21 May 2004 01:32:49 +0000 (01:32 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Fri, 21 May 2004 01:32:49 +0000 (01:32 +0000)
MainController.m

index c235a8f..4417228 100755 (executable)
@@ -1091,6 +1091,10 @@ static MainController *sharedController;
     if (result == 1) {
         [[PreferencesController sharedPrefs] resetRemotePlayerTextFields];
         currentRemote = [[[networkController networkObject] remote] retain];
+        
+        [self setupHotKeys];
+        playerRunningState = ITMTRemotePlayerRunning;
+        
         [refreshTimer invalidate];
         refreshTimer = [[NSTimer scheduledTimerWithTimeInterval:([networkController isConnectedToServer] ? 10.0 : 0.5)
                                 target:self