]> git.0d.be Git - empathy.git/commitdiff
Use empathy_protocol_icon_name()
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 31 Aug 2009 00:05:54 +0000 (02:05 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 31 Aug 2009 15:20:55 +0000 (17:20 +0200)
libempathy/empathy-account-settings.c

index d79643fadc21cb36085d085d154232840ccc35fc..cc996067ec6fd186f812b1496ed752fd8a2922fd 100644 (file)
@@ -187,7 +187,7 @@ empathy_account_settings_constructed (GObject *object)
     }
   else
     {
-      priv->icon_name = g_strdup_printf ("im-%s", priv->protocol);
+      priv->icon_name = empathy_protocol_icon_name (priv->protocol);
     }
 
   g_assert (priv->cm_name != NULL && priv->protocol != NULL);