]> git.0d.be Git - empathy.git/commitdiff
accounts-plugin-widget: set the right icon name
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 24 Jul 2012 09:14:17 +0000 (11:14 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 24 Jul 2012 14:37:23 +0000 (16:37 +0200)
We don't want Empathy to use the default icon name.

ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c

index 183d475278dd674584d635754cd574eba3c59ca6..3cc3bd0710fdb30f54cf5cca6d4f89ba77592f96 100644 (file)
@@ -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);