diff options
Diffstat (limited to 'tests/testfontoptions.c')
-rw-r--r-- | tests/testfontoptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfontoptions.c b/tests/testfontoptions.c index 5e29ebc046..4043146199 100644 --- a/tests/testfontoptions.c +++ b/tests/testfontoptions.c @@ -83,7 +83,7 @@ main (int argc, char *argv[]) gtk_combo_box_set_active (GTK_COMBO_BOX (subpixel), 0); gtk_combo_box_set_active (GTK_COMBO_BOX (hintstyle), 0); - gtk_widget_show_all (window); + gtk_widget_show (window); gtk_main (); |