summaryrefslogtreecommitdiff
path: root/tests/testthreads.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthreads.c')
-rw-r--r--tests/testthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthreads.c b/tests/testthreads.c
index 8c4c8d58b7..b501172120 100644
--- a/tests/testthreads.c
+++ b/tests/testthreads.c
@@ -80,7 +80,7 @@ counter (void *data)
G_CALLBACK (close_cb), &flag);
gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0);
- gtk_widget_show_all (window);
+ gtk_widget_show (window);
/* Since flag is only checked or set inside the GTK lock,
* we don't have to worry about locking it explicitly