aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 6fdd6d257..621459abe 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);
}