adium 5744:2b250abef816: Fix a crash when closing the authorizat...
commits at adium.im
commits at adium.im
Tue Oct 29 21:52:51 UTC 2013
details: http://hg.adium.im/adium/rev/2b250abef816
revision: 5744:2b250abef816
branch: (none)
author: Thijs Alkemade <me at thijsalkema.de>
date: Tue Oct 29 22:51:50 2013 +0100
Fix a crash when closing the authorization requests window.
diffs (12 lines):
diff -r 6eab6098823f -r 2b250abef816 Source/AIInterfaceController.m
--- a/Source/AIInterfaceController.m Sun Oct 27 22:53:46 2013 -0400
+++ b/Source/AIInterfaceController.m Tue Oct 29 22:51:50 2013 +0100
@@ -1059,7 +1059,7 @@
*/
- (void)openAuthorizationWindow:(id)sender
{
- [[AIAuthorizationRequestsWindowController sharedController] showWindow:nil];
+ [[AIAuthorizationRequestsWindowController sharedController] showOnWindow:nil];
}
/*!
More information about the commits
mailing list