diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-24 17:14:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-24 22:37:23 +0800 |
commit | 4cafd4593de5b47d133f8c5437f0c22c67a820c1 (patch) | |
tree | 317f2bf66be9cee38ef7ef702de611971cd62980 /ubuntu-online-accounts/cc-plugins | |
parent | 05661398f75603bf09a8e7042a3ba8e056a9217f (diff) | |
download | gsoc2013-empathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.tar gsoc2013-empathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.tar.gz gsoc2013-empathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.tar.bz2 gsoc2013-empathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.tar.lz gsoc2013-empathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.tar.xz gsoc2013-empathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.tar.zst gsoc2013-empathy-4cafd4593de5b47d133f8c5437f0c22c67a820c1.zip |
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/cc-plugins')
-rw-r--r-- | ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c | 3 |
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); |