summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-column-types.c
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-04-28 13:53:53 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-04-28 13:56:00 -0300
commitc098f78522e0ee0d50114ab07bf55c9f890be018 (patch)
treeacc3c80a29968148a4e5987969aafdfd94e34763 /plugins/gtk+/glade-column-types.c
parent41b5ef80bcdab4d37c36c83d55db968963607b6c (diff)
downloadglade-c098f78522e0ee0d50114ab07bf55c9f890be018.tar.gz
Removed use of deprecated GtkHBox, GtkVBox and others
Diffstat (limited to 'plugins/gtk+/glade-column-types.c')
-rw-r--r--plugins/gtk+/glade-column-types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-column-types.c b/plugins/gtk+/glade-column-types.c
index 7532c7ed..80279700 100644
--- a/plugins/gtk+/glade-column-types.c
+++ b/plugins/gtk+/glade-column-types.c
@@ -808,7 +808,7 @@ glade_eprop_column_types_create_input (GladeEditorProperty * eprop)
GtkCellRenderer *cell;
gchar *string;
- vbox = gtk_vbox_new (FALSE, 2);
+ vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2);
/* hbox = gtk_hbox_new (FALSE, 4); */