diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-31 23:05:00 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-31 23:40:15 +0800 |
commit | 4f50ef89674ae7404f58a06cc78e00841e1c4d65 (patch) | |
tree | c3464153190f2ea6d352ff980c46fbca3cf86b0f /src | |
parent | ffdee1a18641e764b04485417b96b0e21f50d9f0 (diff) | |
download | gsoc2013-empathy-4f50ef89674ae7404f58a06cc78e00841e1c4d65.tar gsoc2013-empathy-4f50ef89674ae7404f58a06cc78e00841e1c4d65.tar.gz gsoc2013-empathy-4f50ef89674ae7404f58a06cc78e00841e1c4d65.tar.bz2 gsoc2013-empathy-4f50ef89674ae7404f58a06cc78e00841e1c4d65.tar.lz gsoc2013-empathy-4f50ef89674ae7404f58a06cc78e00841e1c4d65.tar.xz gsoc2013-empathy-4f50ef89674ae7404f58a06cc78e00841e1c4d65.tar.zst gsoc2013-empathy-4f50ef89674ae7404f58a06cc78e00841e1c4d65.zip |
Only set the icon name to gtalk for gtalk accounts
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-account-assistant.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index 9c55b3654..ca4881fd3 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -324,7 +324,8 @@ account_assistant_protocol_changed_cb (GtkComboBox *chooser, settings = empathy_account_settings_new (cm->name, proto->name, str); - empathy_account_settings_set_icon_name_async (settings, "im-google-talk", + if (is_gtalk) + empathy_account_settings_set_icon_name_async (settings, "im-google-talk", NULL, NULL); if (priv->first_resp == RESPONSE_CREATE_ACCOUNT) |