diff options
Diffstat (limited to 'tests/animated-revealing.c')
-rw-r--r-- | tests/animated-revealing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/animated-revealing.c b/tests/animated-revealing.c index febfc00262..72e28459f4 100644 --- a/tests/animated-revealing.c +++ b/tests/animated-revealing.c @@ -68,7 +68,7 @@ main(int argc, char **argv) } } - gtk_widget_show_all (window); + gtk_widget_show (window); gtk_main (); |