]> git.0d.be Git - empathy.git/commitdiff
added vbox for the status-infobar
authorFelix Kaser <f.kaser@gmx.net>
Wed, 2 Dec 2009 22:11:51 +0000 (23:11 +0100)
committerFelix Kaser <f.kaser@gmx.net>
Tue, 15 Dec 2009 12:52:43 +0000 (13:52 +0100)
the vbox should hold the infobar which shows the connection status in accounts-dialog

src/empathy-accounts-dialog.c
src/empathy-accounts-dialog.ui

index ec410050b4a06909bbd7df8b41090056bcdc351a..c89f99827b08f793de6e7d2ccd0ca956c3ec4dd4 100644 (file)
@@ -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,
index bcc909fb9e47a704ef2640495a4b65ccc6d9793b..86f5e32924f414369a1ab40fbbca7bb4826d4036 100644 (file)
                         <property name="visible">True</property>
                         <property name="spacing">6</property>
                         <child>
-                          <object class="GtkLabel" id="label_name">
+                          <object class="GtkVBox" id="vbox_name">
                             <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="selectable">True</property>
-                            <attributes>
-                              <attribute name="weight" value="bold"/>
-                              <attribute name="scale" value="1.200000"/>
-                            </attributes>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <object class="GtkLabel" id="label_name">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="selectable">True</property>
+                                <attributes>
+                                  <attribute name="weight" value="bold"/>
+                                  <attribute name="scale" value="1.200000"/>
+                                </attributes>
+                              </object>
+                              <packing>
+                                <property name="position">0</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
                           </object>
                           <packing>
                             <property name="position">0</property>