summaryrefslogtreecommitdiff
path: root/tests/testfontoptions.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-01-19 10:02:04 +0100
committerTimm Bäder <mail@baedert.org>2017-01-20 21:37:04 +0100
commitea897c6df44c37f573b7ed8e81ad87a9fd5b1009 (patch)
tree02726659b57530b21a5e1f8625ddd6f381bb8824 /tests/testfontoptions.c
parent13b001b77ca3907b4ff1246208755478421a7b32 (diff)
downloadgtk+-ea897c6df44c37f573b7ed8e81ad87a9fd5b1009.tar.gz
Remove gtk_widget_show_all
Diffstat (limited to 'tests/testfontoptions.c')
-rw-r--r--tests/testfontoptions.c2
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 ();