From ccb3964865cf65dcca05a145ceac91137746c331 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 10 Feb 2010 13:06:19 +0000 Subject: Use the 'phone' icon for the 'sms' protocol --- libempathy/empathy-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index e2cd9c023..fedb14b98 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -397,6 +397,8 @@ empathy_protocol_icon_name (const gchar *protocol) else if (!tp_strdiff (protocol, "simple")) /* SIMPLE uses the same icon as SIP */ protocol = "sip"; + else if (!tp_strdiff (protocol, "sms")) + return g_strdup ("phone"); return g_strdup_printf ("im-%s", protocol); } -- cgit v1.2.3