From 594e7fee5d0fc22e385da905e1db93829553f0ed Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 15 Dec 2009 12:28:57 +0000 Subject: [PATCH] empathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567) --- libempathy/empathy-utils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 6fdd6d25..621459ab 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -391,6 +391,10 @@ empathy_uint_compare (gconstpointer a, gchar * empathy_protocol_icon_name (const gchar *protocol) { + if (!tp_strdiff (protocol, "yahoojp")) + /* Yahoo Japan use the same icon as Yahoo */ + protocol = "yahoo"; + return g_strdup_printf ("im-%s", protocol); } -- 2.39.2