summaryrefslogtreecommitdiff
path: root/tests/testtextscroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testtextscroll.c')
-rw-r--r--tests/testtextscroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtextscroll.c b/tests/testtextscroll.c
index d0787d5557..bd1cb835a4 100644
--- a/tests/testtextscroll.c
+++ b/tests/testtextscroll.c
@@ -184,7 +184,7 @@ main (int argc, char *argv[])
gtk_window_set_child (GTK_WINDOW (window), box);
- gtk_widget_show (window);
+ gtk_window_present (GTK_WINDOW (window));
while (1)
g_main_context_iteration (NULL, TRUE);