adium 2112:f23b34f87126: 50283739d46c726ed1563a777bc0a58b0c43189...

commits at adium.im commits at adium.im
Thu May 7 03:29:11 UTC 2009


details:	http://hg.adium.im/adium/rev/f23b34f87126
revision:	2112:f23b34f87126
author:		Zachary West <zacw at adium.im>
date:		Wed May 06 23:29:06 2009 -0400

50283739d46c726ed1563a777bc0a58b0c43189a invalidated the need for this.

diffstat:

 Plugins/Purple Service/PurpleFacebookAccount.m |  20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diffs (30 lines):

diff -r ddc0ed902dfe -r f23b34f87126 Plugins/Purple Service/PurpleFacebookAccount.m
--- a/Plugins/Purple Service/PurpleFacebookAccount.m	Wed May 06 23:28:14 2009 -0400
+++ b/Plugins/Purple Service/PurpleFacebookAccount.m	Wed May 06 23:29:06 2009 -0400
@@ -70,26 +70,6 @@
 	purple_account_set_bool(account, "facebook_set_status_through_pidgin", FALSE);
 }
 
-/*!
- * @brief Status message for a contact
- */
-- (NSAttributedString *)statusMessageForPurpleBuddy:(PurpleBuddy *)buddy
-{
-	PurplePluginProtocolInfo *prpl_info = NULL;
-	const char *message;
-
-	if (account && purple_account_get_connection(account) && purple_account_get_connection(account)->prpl)
-		prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(purple_account_get_connection(account)->prpl);
-	
-	if (prpl_info && prpl_info->status_text)
-		message = prpl_info->status_text(buddy);
-	else
-		message = NULL;
-
-	return (message ? [AIHTMLDecoder decodeHTML:[NSString stringWithUTF8String:message]] : nil);
-}
-
-
 - (NSString *)encodedAttributedString:(NSAttributedString *)inAttributedString forListObject:(AIListObject *)inListObject
 {
 	return [AIHTMLDecoder encodeHTML:inAttributedString




More information about the commits mailing list