From 540509cdee5b939f9965ae0fb6106a3b40a2ae3d Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Mon, 29 Jul 2013 08:20:25 +0100 Subject: account-widget: add an "action-area" property This allows user of the class to get the buttons packed in a different widget, for instance the one returned by gtk_dialog_get_action_area. https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- libempathy-gtk/empathy-new-account-dialog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-new-account-dialog.c') diff --git a/libempathy-gtk/empathy-new-account-dialog.c b/libempathy-gtk/empathy-new-account-dialog.c index 5f77fe2ce..1d87e21ef 100644 --- a/libempathy-gtk/empathy-new-account-dialog.c +++ b/libempathy-gtk/empathy-new-account-dialog.c @@ -75,7 +75,8 @@ protocol_changed_cb (GtkComboBox *chooser, g_object_unref (self->priv->settings); } - account_widget = tpaw_account_widget_new_for_protocol (settings, TRUE); + account_widget = tpaw_account_widget_new_for_protocol (settings, + NULL, TRUE); if (self->priv->current_account_widget != NULL) { -- cgit v1.2.3