summaryrefslogtreecommitdiff
path: root/modules/other/gail/tests/testtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/other/gail/tests/testtable.c')
-rw-r--r--modules/other/gail/tests/testtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/other/gail/tests/testtable.c b/modules/other/gail/tests/testtable.c
index e1a65d2993..eb7e0744de 100644
--- a/modules/other/gail/tests/testtable.c
+++ b/modules/other/gail/tests/testtable.c
@@ -808,7 +808,7 @@ void test_choice_gui(AtkObject **obj)
tc->tb_others = gtk_toggle_button_new_with_label("others");
gtk_box_pack_start (GTK_BOX (vbox), tc->tb_others, TRUE, TRUE, 0);
- hseparator = gtk_hseparator_new();
+ hseparator = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL);
gtk_box_pack_start (GTK_BOX (vbox), hseparator, TRUE, TRUE, 0);
button = gtk_button_new_with_mnemonic("_Run Test");