adium-1.4 3095:6a3d7db6050b: Other needed removals for removing ...
commits at adium.im
commits at adium.im
Mon Oct 18 06:30:42 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/6a3d7db6050b
revision: 3095:6a3d7db6050b
author: Evan Schoenberg
date: Mon Oct 18 01:30:18 2010 -0500
Other needed removals for removing TWITTER_PREFERENCE_RETWEET_SPAM
diffs (24 lines):
diff -r f28a3c29b1b0 -r 6a3d7db6050b Plugins/Twitter Plugin/AITwitterAccountViewController.m
--- a/Plugins/Twitter Plugin/AITwitterAccountViewController.m Mon Oct 18 01:19:08 2010 -0500
+++ b/Plugins/Twitter Plugin/AITwitterAccountViewController.m Mon Oct 18 01:30:18 2010 -0500
@@ -184,9 +184,6 @@
[checkBox_updateGlobalIncludeReplies setEnabled:[checkBox_updateGlobalStatus state]];
- BOOL showRetweet = [[account preferenceForKey:TWITTER_PREFERENCE_RETWEET_SPAM group:TWITTER_PREFERENCE_GROUP_UPDATES] boolValue];
- [checkBox_retweet setState:showRetweet];
-
BOOL loadContacts = [[account preferenceForKey:TWITTER_PREFERENCE_LOAD_CONTACTS group:TWITTER_PREFERENCE_GROUP_UPDATES] boolValue];
[checkBox_loadContacts setState:loadContacts];
@@ -234,10 +231,6 @@
forKey:TWITTER_PREFERENCE_UPDATE_GLOBAL_REPLIES
group:TWITTER_PREFERENCE_GROUP_UPDATES];
- [account setPreference:[NSNumber numberWithBool:[checkBox_retweet state]]
- forKey:TWITTER_PREFERENCE_RETWEET_SPAM
- group:TWITTER_PREFERENCE_GROUP_UPDATES];
-
[account setPreference:[NSNumber numberWithBool:[checkBox_loadContacts state]]
forKey:TWITTER_PREFERENCE_LOAD_CONTACTS
group:TWITTER_PREFERENCE_GROUP_UPDATES];
More information about the commits
mailing list