diff options
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r-- | tests/testfilechooser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index 2785fb85e4..8b96c3fad4 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -380,8 +380,6 @@ main (int argc, char **argv) "file:///usr/share/pixmaps", NULL); - /* Done with the dialog */ - gtk_window_set_default_size (GTK_WINDOW (dialog), 600, 400); /* show_all() to reveal bugs in composite widget handling */ gtk_widget_show_all (dialog); |