Ticket #364: colloquy_364.patch
| File colloquy_364.patch, 0.6 KB (added by Gurpartap Singh, 3 years ago) |
|---|
-
Controllers/MVApplicationController.m
438 438 [MVConnectionsController refreshFavoritesMenu]; 439 439 } 440 440 441 - (BOOL)applicationShouldHandleReopen:(NSApplication *) theApplication hasVisibleWindows:(BOOL) flag { 442 if( !flag ) { 443 [self showConnectionManager:self]; 444 } 445 446 return YES; 447 } 448 441 449 - (void) applicationWillTerminate:(NSNotification *) notification { 442 450 applicationIsTerminating = YES; 443 451
