diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 4 |
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); } |