diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-29 22:46:24 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-29 22:50:38 +0800 |
commit | 1bcccdbc977cc35af2edccc9b222d53a63a8c0b6 (patch) | |
tree | bb4e20bed2328278f89eaa3f84d21e656b774990 /libempathy/empathy-account.c | |
parent | e5a8856fbc12280af273c8329ee08ba4e6e3a044 (diff) | |
download | gsoc2013-empathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.tar gsoc2013-empathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.tar.gz gsoc2013-empathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.tar.bz2 gsoc2013-empathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.tar.lz gsoc2013-empathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.tar.xz gsoc2013-empathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.tar.zst gsoc2013-empathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.zip |
Add a utility function to may protocols to their icons
Diffstat (limited to 'libempathy/empathy-account.c')
-rw-r--r-- | libempathy/empathy-account.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c index cc982aea7..db2ca1f56 100644 --- a/libempathy/empathy-account.c +++ b/libempathy/empathy-account.c @@ -467,7 +467,7 @@ empathy_account_constructed (GObject *object) empathy_account_parse_unique_name (priv->unique_name, &(priv->proto_name), &(priv->cm_name)); - priv->icon_name = g_strdup_printf ("im-%s", priv->proto_name); + priv->icon_name = empathy_protocol_icon_name (priv->proto_name); tp_cli_account_connect_to_account_property_changed (priv->account, empathy_account_properties_changed, |