diff options
Diffstat (limited to 'testsuite/a11y/testfocus.c')
-rw-r--r-- | testsuite/a11y/testfocus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/a11y/testfocus.c b/testsuite/a11y/testfocus.c index c438f6d5c2..51e3b179cd 100644 --- a/testsuite/a11y/testfocus.c +++ b/testsuite/a11y/testfocus.c @@ -108,7 +108,7 @@ main (int argc, char *argv[]) g_timeout_add (100, compare_focus, NULL); - gtk_widget_show_all (window); + gtk_widget_show (window); gtk_main (); |