diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-31 08:05:54 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-31 23:20:55 +0800 |
commit | d603aec278728520651ea5aa8d918d0f745cdeca (patch) | |
tree | 88a7f482d57a0a1122e1c4c1a80ff35645c2013a /libempathy/empathy-account-settings.c | |
parent | 0897839d5bffb9458abd5d2de2dcf0c1d09707ab (diff) | |
download | gsoc2013-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/empathy-account-settings.c')
-rw-r--r-- | libempathy/empathy-account-settings.c | 2 |
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); |