summaryrefslogtreecommitdiff
path: root/ubuntu-online-accounts
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-24 11:14:17 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-24 16:37:23 +0200
commit4cafd4593de5b47d133f8c5437f0c22c67a820c1 (patch)
tree317f2bf66be9cee38ef7ef702de611971cd62980 /ubuntu-online-accounts
parent05661398f75603bf09a8e7042a3ba8e056a9217f (diff)
downloadempathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.tar.gz
accounts-plugin-widget: set the right icon name
We don't want Empathy to use the default icon name.
Diffstat (limited to 'ubuntu-online-accounts')
-rw-r--r--ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c b/ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c
index 183d47527..3cc3bd071 100644
--- a/ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c
+++ b/ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c
@@ -131,6 +131,9 @@ create_account_settings (AgAccount *account)
empathy_account_settings_set_storage_provider (settings,
EMPATHY_UOA_PROVIDER);
+ empathy_account_settings_set_icon_name_async (settings,
+ ag_service_get_icon_name (service), NULL, NULL);
+
g_free (manager);
g_free (protocol);