aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-08-31 08:05:54 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-08-31 23:20:55 +0800
commitd603aec278728520651ea5aa8d918d0f745cdeca (patch)
tree88a7f482d57a0a1122e1c4c1a80ff35645c2013a /libempathy
parent0897839d5bffb9458abd5d2de2dcf0c1d09707ab (diff)
downloadgsoc2013-empathy-d603aec278728520651ea5aa8d918d0f745cdeca.tar
gsoc2013-empathy-d603aec278728520651ea5aa8d918d0f745cdeca.tar.gz
gsoc2013-empathy-d603aec278728520651ea5aa8d918d0f745cdeca.tar.bz2
gsoc2013-empathy-d603aec278728520651ea5aa8d918d0f745cdeca.tar.lz
gsoc2013-empathy-d603aec278728520651ea5aa8d918d0f745cdeca.tar.xz
gsoc2013-empathy-d603aec278728520651ea5aa8d918d0f745cdeca.tar.zst
gsoc2013-empathy-d603aec278728520651ea5aa8d918d0f745cdeca.zip
Use empathy_protocol_icon_name()
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index d79643fad..cc996067e 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -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);