adium/adium

eca4d076d7ef
Parents 7ea32918cafc
Children cfc445bf1bd7
Letting the contact list window draw itself fixes #16018.
--- a/Source/AIListWindowController.m Sat Jun 02 14:45:40 2012 -0400
+++ b/Source/AIListWindowController.m Sat Jun 02 14:45:44 2012 -0400
@@ -1557,7 +1557,7 @@
[[targetView window] setFrame:NSMakeRect(NSMinX(windowFrame), NSMinY(windowFrame) - NSHeight([filterBarView bounds]),
NSWidth(windowFrame), NSHeight(windowFrame) + NSHeight([filterBarView bounds]))
- display:NO
+ display:YES
animate:NO];
targetFrame = [targetView frame];