[gtk+] Use boxes instead of vboxes



commit 611b0767c08943540d6d435c216e404435b6188a
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 7 18:38:46 2011 -0400

    Use boxes instead of vboxes

 modules/other/gail/tests/ferret.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/other/gail/tests/ferret.c b/modules/other/gail/tests/ferret.c
index a41ed5f..4b85fba 100644
--- a/modules/other/gail/tests/ferret.c
+++ b/modules/other/gail/tests/ferret.c
@@ -58,7 +58,7 @@ typedef struct
   GroupId       group_id;
   GtkFrame      *scroll_outer_frame;
   GtkWidget     *frame;
-  GtkVBox       *group_vbox;
+  GtkBox        *group_vbox;
   GtkAdjustment *adj;
   GList         *name_value;
   gchar         *name;
@@ -1873,7 +1873,7 @@ _get_group(TabInfo *tab, GroupId group_id, const gchar *groupname)
        gtk_container_set_border_width(GTK_CONTAINER(group->frame), 10);
 
        group->name = g_strdup(groupname);
-       group->group_vbox = GTK_VBOX(gtk_box_new (GTK_ORIENTATION_VERTICAL, 10));
+       group->group_vbox = GTK_BOX(gtk_box_new (GTK_ORIENTATION_VERTICAL, 10));
 
        if (group->is_scrolled)
          {



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