summaryrefslogtreecommitdiff
path: root/tests/testaccel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testaccel.c')
-rw-r--r--tests/testaccel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testaccel.c b/tests/testaccel.c
index 4f5c1fc4b4..712d3eca54 100644
--- a/tests/testaccel.c
+++ b/tests/testaccel.c
@@ -125,7 +125,7 @@ main (gint argc, gchar **argv)
dialog = key_test ();
- gtk_widget_show_all (dialog);
+ gtk_widget_show (dialog);
gtk_main ();