adium-1.4 2895:f05b1531dd0a: Also disable pulling user pages whe...

commits at adium.im commits at adium.im
Tue Jan 12 19:13:01 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/f05b1531dd0a
revision:	2895:f05b1531dd0a
author:		Zachary West <zacw at adium.im>
date:		Tue Jan 12 14:11:40 2010 -0500

Also disable pulling user pages when changing Twitter account preferences.

diffs (22 lines):

diff -r 57a2028ec698 -r f05b1531dd0a Plugins/Twitter Plugin/AITwitterAccount.m
--- a/Plugins/Twitter Plugin/AITwitterAccount.m	Tue Jan 12 13:51:27 2010 -0500
+++ b/Plugins/Twitter Plugin/AITwitterAccount.m	Tue Jan 12 14:11:40 2010 -0500
@@ -1025,6 +1025,10 @@
 		updateAfterSend = [[prefDict objectForKey:TWITTER_PREFERENCE_UPDATE_AFTER_SEND] boolValue];
 		retweetLink = [[prefDict objectForKey:TWITTER_PREFERENCE_RETWEET_SPAM] boolValue];
 		
+#if 0
+		/*
+		 Temporarily disabled for 1.4b18, since I don't have the time to fix the cursor iteration on user pages yet.
+		 */
 		if ([key isEqualToString:TWITTER_PREFERENCE_LOAD_CONTACTS] && self.online) {
 			if ([[prefDict objectForKey:TWITTER_PREFERENCE_LOAD_CONTACTS] boolValue]) {
 				// Delay updates when loading our contacts list.
@@ -1041,6 +1045,7 @@
 				[self removeAllContacts];
 			}
 		}
+#endif
 	}	
 }
 




More information about the commits mailing list