adium 4273:12536b2265ba: NSRect, not CGRect
commits at adium.im
commits at adium.im
Sat Oct 29 22:49:56 UTC 2011
details: http://hg.adium.im/adium/rev/12536b2265ba
revision: 4273:12536b2265ba
branch: (none)
author: Stephen Holt <sholt at adium.im>
date: Sat Oct 29 15:49:47 2011 -0700
NSRect, not CGRect
diffs (12 lines):
diff -r 63acfb1595d8 -r 12536b2265ba Plugins/Dual Window Interface/AIMessageViewController.m
--- a/Plugins/Dual Window Interface/AIMessageViewController.m Sat Oct 29 15:31:59 2011 -0700
+++ b/Plugins/Dual Window Interface/AIMessageViewController.m Sat Oct 29 15:49:47 2011 -0700
@@ -1152,7 +1152,7 @@
- (void)_hideUserListView
{
if (!chat.isGroupChat) {
- CGRect frame = view_userList.frame;
+ NSRect frame = view_userList.frame;
frame.size.width = 0;
view_userList.frame = frame;
[view_userList retain];
More information about the commits
mailing list