adium 3888:45fa13123939: Fix the user list not updating its user...

commits at adium.im commits at adium.im
Sat Apr 30 21:28:57 UTC 2011


details:	http://hg.adium.im/adium/rev/45fa13123939
revision:	3888:45fa13123939
branch:		(none)
author:		Frank Dowsett <wixardy at adium.im>
date:		Sat Apr 30 17:23:31 2011 -0400

Fix the user list not updating its users. Also fixes #15142.

diffs (19 lines):

diff -r e9dbdc5f687b -r 45fa13123939 Plugins/Dual Window Interface/AIMessageViewController.m
--- a/Plugins/Dual Window Interface/AIMessageViewController.m	Fri Apr 29 16:30:06 2011 +0300
+++ b/Plugins/Dual Window Interface/AIMessageViewController.m	Sat Apr 30 17:23:31 2011 -0400
@@ -850,6 +850,7 @@
 
     [[NSNotificationCenter defaultCenter] postNotificationName:NSTextDidChangeNotification
 														object:textView_outgoing];
+	[self _updateTextEntryViewHeight];
 }
 
 /*!
@@ -1132,6 +1133,7 @@
 - (void)_showUserListView
 {
 	[self updateUserCount];
+	[userListController reloadData];
 
 	[view_userList setHidden:NO];
 	//Manually set the divider's position otherwise view_userList will shrink




More information about the commits mailing list