[hitori] Replace GtkVBox with GtkBox



commit d9d3b6ccbe036625126c59422abf86f156ada054
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jun 5 23:01:01 2014 -0500

    Replace GtkVBox with GtkBox
    
    GtkVBox has been deprecated
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731312

 data/hitori.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/hitori.ui b/data/hitori.ui
index 22e5c7d..bf49278 100644
--- a/data/hitori.ui
+++ b/data/hitori.ui
@@ -151,7 +151,8 @@
                        </object>
                </child>
                <child>
-                       <object class="GtkVBox" id="vbox1">
+                       <object class="GtkBox" id="vbox1">
+                               <property name="orientation">vertical</property>
                                <child>
                                        <object class="GtkDrawingArea" id="hitori_drawing_area">
                                                <property name="width-request">400</property>


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