]> Pileus Git - ~andy/gtk/commitdiff
Use buttonboxes instead of hbuttonboxes
authorMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jun 2011 02:03:19 +0000 (22:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jun 2011 02:03:19 +0000 (22:03 -0400)
modules/other/gail/tests/testtable.c

index 47ca7444a25e9266f38378b5d63f13aad29bd8ef..4d9038180540f5ac2a2f0b1e4d06954642d95445 100644 (file)
@@ -814,7 +814,7 @@ void test_choice_gui(AtkObject **obj)
 
   button = gtk_button_new_with_mnemonic("_Run Test");
 
-  hbuttonbox = gtk_hbutton_box_new();
+  hbuttonbox = gtk_button_box_new(GTK_ORIENTATION_HORIZONTAL);
   gtk_button_box_set_layout(GTK_BUTTON_BOX(hbuttonbox),
     GTK_BUTTONBOX_SPREAD);
   gtk_box_pack_end (GTK_BOX (hbuttonbox), GTK_WIDGET (button), TRUE, TRUE, 0);