[empathy] accounts-plugin-widget: set the right icon name



commit 4cafd4593de5b47d133f8c5437f0c22c67a820c1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jul 24 11:14:17 2012 +0200

    accounts-plugin-widget: set the right icon name
    
    We don't want Empathy to use the default icon name.

 .../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 183d475..3cc3bd0 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]