aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
diff options
context:
space:
mode:
authorJonathan Tellier <jonathan.tellier@gmail.com>2009-08-29 02:36:45 +0800
committerjtellier <jonathan.tellier@collabora.co.uk>2009-08-29 02:36:45 +0800
commit4bca222891fc950ce1f18de66a86f1a9ace6eba5 (patch)
treebf3a38b1fa7f687f222cee1dddaffa5bb0511cfc /src/empathy-accounts-dialog.c
parente84021944cfde5665a5286b1dbabe296a67f7231 (diff)
downloadgsoc2013-empathy-4bca222891fc950ce1f18de66a86f1a9ace6eba5.tar
gsoc2013-empathy-4bca222891fc950ce1f18de66a86f1a9ace6eba5.tar.gz
gsoc2013-empathy-4bca222891fc950ce1f18de66a86f1a9ace6eba5.tar.bz2
gsoc2013-empathy-4bca222891fc950ce1f18de66a86f1a9ace6eba5.tar.lz
gsoc2013-empathy-4bca222891fc950ce1f18de66a86f1a9ace6eba5.tar.xz
gsoc2013-empathy-4bca222891fc950ce1f18de66a86f1a9ace6eba5.tar.zst
gsoc2013-empathy-4bca222891fc950ce1f18de66a86f1a9ace6eba5.zip
Merged with master
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 2b233258d..3c86878f9 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -280,7 +280,14 @@ account_dialog_create_settings_widget (EmpathyAccountsDialog *dialog,
EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
gchar *icon_name;
- priv->settings_widget = empathy_account_widget_get_widget (widget_object);
+ priv->setting_widget_object =
+ empathy_account_widget_new_for_protocol (settings, FALSE);
+
+ priv->settings_widget =
+ empathy_account_widget_get_widget (priv->setting_widget_object);
+
+ priv->settings_widget =
+ empathy_account_widget_get_widget (priv->setting_widget_object);
g_signal_connect (priv->setting_widget_object, "account-created",
G_CALLBACK (empathy_account_dialog_account_created_cb), dialog);
g_signal_connect (priv->setting_widget_object, "cancelled",