adium 2838:2d3f7242a158: I don't trust 1.3's setting of this pre...

commits at adium.im commits at adium.im
Sat Oct 31 20:02:42 UTC 2009


details:	http://hg.adium.im/adium/rev/2d3f7242a158
revision:	2838:2d3f7242a158
author:		Zachary West <zacw at adium.im>
date:		Sat Oct 31 16:02:31 2009 -0400

I don't trust 1.3's setting of this pref key.

diffs (24 lines):

diff -r f7162bff4baf -r 2d3f7242a158 Plugins/Dual Window Interface/AIMessageViewController.m
--- a/Plugins/Dual Window Interface/AIMessageViewController.m	Sat Oct 31 15:36:16 2009 -0400
+++ b/Plugins/Dual Window Interface/AIMessageViewController.m	Sat Oct 31 16:02:31 2009 -0400
@@ -63,7 +63,7 @@
 #define	USERLIST_THEME						@"UserList Theme"		//File name of the user list theme
 #define	USERLIST_LAYOUT						@"UserList Layout"		//File name of the user list layout
 #define	KEY_ENTRY_TEXTVIEW_MIN_HEIGHT		@"Minimum Text Height"	//Preference key for text entry height
-#define	KEY_ENTRY_USER_LIST_MIN_WIDTH		@"UserList Width"		//Preference key for user list width
+#define	KEY_ENTRY_USER_LIST_MIN_WIDTH		@"UserList Minimum Width"	//Preference key for user list width
 #define KEY_USER_LIST_VISIBLE_PREFIX		@"Userlist Visible Chat:" //Preference key prefix for user list visibility
 #define KEY_USER_LIST_ON_RIGHT				@"UserList On Right"	// Preference key for user list being on the right
 
diff -r f7162bff4baf -r 2d3f7242a158 Plugins/Dual Window Interface/DualWindowDefaults.plist
--- a/Plugins/Dual Window Interface/DualWindowDefaults.plist	Sat Oct 31 15:36:16 2009 -0400
+++ b/Plugins/Dual Window Interface/DualWindowDefaults.plist	Sat Oct 31 16:02:31 2009 -0400
@@ -16,7 +16,7 @@
 	<true/>
 	<key>UserList On Right</key>
 	<true/>
-	<key>UserList Width</key>
+	<key>UserList Minimum Width</key>
 	<integer>150</integer>
 	<key>Smart Dash Substitutions</key>
 	<true/>




More information about the commits mailing list