summaryrefslogtreecommitdiff
path: root/tests/testorientable.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-10-30 05:00:32 +0200
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-10-30 17:37:03 +0900
commitc15ef6405c74fedcca53002de8135ae92c4d15e0 (patch)
tree54a831c12b97cbaa07cd45fc006d616368a8e496 /tests/testorientable.c
parentae1d1fd0489aa1ad89c2cebe5ddb5b58200c588a (diff)
downloadgtk+-c15ef6405c74fedcca53002de8135ae92c4d15e0.tar.gz
Use gtk_box_new() instead gtk_[v|h]box_new()
Diffstat (limited to 'tests/testorientable.c')
-rw-r--r--tests/testorientable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testorientable.c b/tests/testorientable.c
index 38bb879f39..11e2ef59b5 100644
--- a/tests/testorientable.c
+++ b/tests/testorientable.c
@@ -61,7 +61,7 @@ main (int argc, char **argv)
gtk_table_set_col_spacings (GTK_TABLE (table), 12);
/* GtkBox */
- box = gtk_hbox_new (6, FALSE);
+ box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6, FALSE);
orientables = g_list_prepend (orientables, box);
gtk_table_attach_defaults (GTK_TABLE (table), box, 0, 1, 1, 2);
gtk_box_pack_start (GTK_BOX (box),