adium 2244:919c535bed68: Testing on pidgin 2.5.5, it pulls user ...
commits at adium.im
commits at adium.im
Tue May 19 05:47:33 UTC 2009
details: http://hg.adium.im/adium/rev/919c535bed68
revision: 2244:919c535bed68
author: Zachary West <zacw at adium.im>
date: Tue May 19 01:47:05 2009 -0400
Testing on pidgin 2.5.5, it pulls user icons correctly. Removing this kind-of-old hack around. If we're not updating them properly, it's an Adium bug.
diffstat:
Plugins/Purple Service/ESPurpleJabberAccount.m | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diffs (19 lines):
diff -r 61ddc5d08e31 -r 919c535bed68 Plugins/Purple Service/ESPurpleJabberAccount.m
--- a/Plugins/Purple Service/ESPurpleJabberAccount.m Mon May 18 10:41:37 2009 -0700
+++ b/Plugins/Purple Service/ESPurpleJabberAccount.m Tue May 19 01:47:05 2009 -0400
@@ -346,15 +346,6 @@
}
}
-#pragma mark Contacts
-- (void)updateSignon:(AIListContact *)theContact withData:(void *)data
-{
- [super updateSignon:theContact withData:data];
-
- //We only get user icons in Jabber when we request info. Do that now!
- [self delayedUpdateContactStatus:theContact];
-}
-
#pragma mark Status
- (NSString *)encodedAttributedString:(NSAttributedString *)inAttributedString forListObject:(AIListObject *)inListObject
More information about the commits
mailing list