adium 3377:1203627d51a9: Other needed removals for removing TWIT...
commits at adium.im
commits at adium.im
Mon Oct 18 06:31:17 UTC 2010
details: http://hg.adium.im/adium/rev/1203627d51a9
revision: 3377:1203627d51a9
author: Evan Schoenberg
date: Mon Oct 18 01:30:18 2010 -0500
Other needed removals for removing TWITTER_PREFERENCE_RETWEET_SPAM
(transplanted from 6a3d7db6050b7b176126467f0bd6bc5ff41e2d0d)
diffs (24 lines):
diff -r 5e7fc902988c -r 1203627d51a9 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