[empathy] google-talk: no need to unset the 'server' param
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] google-talk: no need to unset the 'server' param
- Date: Tue, 28 Sep 2010 11:07:33 +0000 (UTC)
commit 045d3c82deb7d6288c9026c98dc1b836370864ed
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Sep 28 13:00:41 2010 +0200
google-talk: no need to unset the 'server' param
We don't set it anymore as fallback-servers super-seeded it but there is no
point to unset; the account settings has just be created and is empty.
src/empathy-account-assistant.c | 1 -
src/empathy-accounts-dialog.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index 0f7bf4d..a8245c6 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -425,7 +425,6 @@ account_assistant_protocol_changed_cb (GtkComboBox *chooser,
empathy_account_settings_set_icon_name_async (settings, "im-google-talk",
NULL, NULL);
- empathy_account_settings_set_string (settings, "server", NULL);
empathy_account_settings_set_strv (settings, "fallback-servers",
fallback_servers);
}
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 35bea08..27026a3 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -627,7 +627,6 @@ accounts_dialog_setup_ui_to_add_account (EmpathyAccountsDialog *dialog)
empathy_account_settings_set_icon_name_async (settings, "im-google-talk",
NULL, NULL);
- empathy_account_settings_set_string (settings, "server", NULL);
empathy_account_settings_set_strv (settings, "fallback-servers",
fallback_servers);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]