[empathy] Use the display name in hte adium parser



commit 6ea9a50172bdee58bf7edae22ed1ee419e22996c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 25 11:58:21 2009 +0200

    Use the display name in hte adium parser

 libempathy-gtk/empathy-theme-adium.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c
index e1094f1..66d9146 100644
--- a/libempathy-gtk/empathy-theme-adium.c
+++ b/libempathy-gtk/empathy-theme-adium.c
@@ -545,7 +545,8 @@ theme_adium_append_message (EmpathyChatView *view,
 	/* Get information */
 	sender = empathy_message_get_sender (msg);
 	account = empathy_contact_get_account (sender);
-	service_name = empathy_account_get_protocol (account);
+	service_name = empathy_protocol_name_to_display_name
+		(empathy_account_get_protocol (account));
 	timestamp = empathy_message_get_timestamp (msg);
 	body = empathy_message_get_body (msg);
 	dup_body = theme_adium_parse_body (theme, body);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]