diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-05 17:43:50 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-05 17:48:12 +0800 |
commit | ddcb104dfa874375ea17cac4de2f273af7327fc4 (patch) | |
tree | 7e825a21332c56d456c866de3dc23983eb83ebfb /libempathy-gtk/empathy-account-chooser.c | |
parent | 6294f9870191ddc0f8a357907d17ac776ef511ca (diff) | |
download | gsoc2013-empathy-ddcb104dfa874375ea17cac4de2f273af7327fc4.tar gsoc2013-empathy-ddcb104dfa874375ea17cac4de2f273af7327fc4.tar.gz gsoc2013-empathy-ddcb104dfa874375ea17cac4de2f273af7327fc4.tar.bz2 gsoc2013-empathy-ddcb104dfa874375ea17cac4de2f273af7327fc4.tar.lz gsoc2013-empathy-ddcb104dfa874375ea17cac4de2f273af7327fc4.tar.xz gsoc2013-empathy-ddcb104dfa874375ea17cac4de2f273af7327fc4.tar.zst gsoc2013-empathy-ddcb104dfa874375ea17cac4de2f273af7327fc4.zip |
Get the icon name from the account object directly
Diffstat (limited to 'libempathy-gtk/empathy-account-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c index 7dccb2179..719cc76c2 100644 --- a/libempathy-gtk/empathy-account-chooser.c +++ b/libempathy-gtk/empathy-account-chooser.c @@ -610,7 +610,7 @@ account_chooser_update_iter (EmpathyAccountChooser *chooser, COL_ACCOUNT_POINTER, &account, -1); - icon_name = empathy_icon_name_from_account (account); + icon_name = empathy_account_get_icon_name (account); if (priv->filter) { is_enabled = priv->filter (account, priv->filter_data); } |