diff options
-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); |