When loading the Privacy window, resize when it opens appropriately. Fixes #13307.
authorZachary West <zacw@adium.im>
Thu Nov 26 19:47:14 2009 -0500 (2009-11-26)
changeset 2831fa096eef7c0f
parent 2830 fd43f6298e71
child 2832 c2a6b90a5b53
When loading the Privacy window, resize when it opens appropriately. Fixes #13307.
Source/RAFBlockEditorWindowController.m
     1.1 --- a/Source/RAFBlockEditorWindowController.m	Thu Nov 26 10:59:17 2009 -0500
     1.2 +++ b/Source/RAFBlockEditorWindowController.m	Thu Nov 26 19:47:14 2009 -0500
     1.3 @@ -83,6 +83,9 @@
     1.4  								   selector:@selector(privacySettingsChangedExternally:)
     1.5  									   name:@"AIPrivacySettingsChangedOutsideOfPrivacyWindow"
     1.6  									 object:nil];
     1.7 +
     1.8 +	// Force an update, so the window will resize properly.
     1.9 +	[self accountMenu:accountMenu didSelectAccount:[self selectedAccount]];	
    1.10  	
    1.11  	[[AIContactObserverManager sharedManager] registerListObjectObserver:self];
    1.12