adium-1.4 2831:fa096eef7c0f: When loading the Privacy window, re...
commits at adium.im
commits at adium.im
Fri Nov 27 00:47:19 UTC 2009
details: http://hg.adium.im/adium-1.4/rev/fa096eef7c0f
revision: 2831:fa096eef7c0f
author: Zachary West <zacw at adium.im>
date: Thu Nov 26 19:47:14 2009 -0500
When loading the Privacy window, resize when it opens appropriately. Fixes #13307.
diffs (13 lines):
diff -r fd43f6298e71 -r fa096eef7c0f Source/RAFBlockEditorWindowController.m
--- a/Source/RAFBlockEditorWindowController.m Thu Nov 26 10:59:17 2009 -0500
+++ b/Source/RAFBlockEditorWindowController.m Thu Nov 26 19:47:14 2009 -0500
@@ -83,6 +83,9 @@
selector:@selector(privacySettingsChangedExternally:)
name:@"AIPrivacySettingsChangedOutsideOfPrivacyWindow"
object:nil];
+
+ // Force an update, so the window will resize properly.
+ [self accountMenu:accountMenu didSelectAccount:[self selectedAccount]];
[[AIContactObserverManager sharedManager] registerListObjectObserver:self];
More information about the commits
mailing list