[gnome-video-arcade] Reorder main menu in GtkVBox after packing it.



commit 32ca8d5448ba857f95d9487d0b3fba91075e8cc4
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jan 3 23:11:21 2010 -0500

    Reorder main menu in GtkVBox after packing it.

 src/gva-main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gva-main.c b/src/gva-main.c
index e722ef8..c8315ac 100644
--- a/src/gva-main.c
+++ b/src/gva-main.c
@@ -150,6 +150,10 @@ gva_main_init (void)
                 gva_ui_get_managed_widget ("/main-menu"),
                 FALSE, FALSE, 0);
 
+        gtk_box_reorder_child (
+                GTK_BOX (GVA_WIDGET_MAIN_VBOX),
+                gva_ui_get_managed_widget ("/main-menu"), 0);
+
         gtk_action_connect_proxy (
                 GVA_ACTION_VIEW_AVAILABLE,
                 GVA_WIDGET_MAIN_VIEW_BUTTON_0);



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