From 4cafd4593de5b47d133f8c5437f0c22c67a820c1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 24 Jul 2012 11:14:17 +0200 Subject: accounts-plugin-widget: set the right icon name We don't want Empathy to use the default icon name. --- ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ubuntu-online-accounts') 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); -- cgit v1.2.3