From 1a85521a5acf30995d71b86d733ef56c17e619e6 Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Wed, 2 Dec 2009 23:11:51 +0100 Subject: added vbox for the status-infobar the vbox should hold the infobar which shows the connection status in accounts-dialog --- src/empathy-accounts-dialog.c | 2 ++ src/empathy-accounts-dialog.ui | 26 +++++++++++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index ec410050b..c89f99827 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -77,6 +77,7 @@ typedef struct { GtkWidget *alignment_settings; GtkWidget *vbox_details; + GtkWidget *vbox_name; GtkWidget *frame_no_protocol; GtkWidget *treeview; @@ -1559,6 +1560,7 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog) gui = empathy_builder_get_file (filename, "accounts_dialog", &priv->window, "vbox_details", &priv->vbox_details, + "vbox_name", &priv->vbox_name, "frame_no_protocol", &priv->frame_no_protocol, "alignment_settings", &priv->alignment_settings, "treeview", &priv->treeview, diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index bcc909fb9..86f5e3292 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -99,14 +99,26 @@ True 6 - + True - True - True - - - - + vertical + + + True + True + True + + + + + + + 0 + + + + + 0 -- cgit v1.2.3