From 8d186ba67e21afae30301944ab1f1069d2bbf886 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 8 Feb 2010 15:52:23 +0000 Subject: Use the SIP icon for the SIMPLE protocol SIMPLE is a SIP extension. --- libempathy/empathy-utils.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index b748726c5..e2cd9c023 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -392,8 +392,11 @@ gchar * empathy_protocol_icon_name (const gchar *protocol) { if (!tp_strdiff (protocol, "yahoojp")) - /* Yahoo Japan use the same icon as Yahoo */ + /* Yahoo Japan uses the same icon as Yahoo */ protocol = "yahoo"; + else if (!tp_strdiff (protocol, "simple")) + /* SIMPLE uses the same icon as SIP */ + protocol = "sip"; return g_strdup_printf ("im-%s", protocol); } -- cgit v1.2.3