[network-manager-applet/nma-0-9-8] connection-editor: fix to work with gtk2 again



commit 58dc4fc7e211ab0d60a82030975c74357c178274
Author: Dan Winship <danw gnome org>
Date:   Mon Apr 8 09:05:47 2013 -0400

    connection-editor: fix to work with gtk2 again
    
    Use GtkVBox/GtkHBox in the .ui files rather than GtkBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696568

 src/connection-editor/ce-page-general.ui      |    2 +-
 src/connection-editor/nm-connection-editor.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/ce-page-general.ui b/src/connection-editor/ce-page-general.ui
index f505c14..b05f0df 100644
--- a/src/connection-editor/ce-page-general.ui
+++ b/src/connection-editor/ce-page-general.ui
@@ -86,7 +86,7 @@
       </packing>
     </child>
     <child>
-      <object class="GtkBox" id="box2">
+      <object class="GtkHBox" id="box2">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="valign">start</property>
diff --git a/src/connection-editor/nm-connection-editor.ui b/src/connection-editor/nm-connection-editor.ui
index 74ee266..6f1e166 100644
--- a/src/connection-editor/nm-connection-editor.ui
+++ b/src/connection-editor/nm-connection-editor.ui
@@ -11,7 +11,7 @@
     <property name="icon_name">preferences-system-network</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
-      <object class="GtkBox" id="dialog-vbox2">
+      <object class="GtkVBox" id="dialog-vbox2">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]