summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testfilechooser.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c
index 245c4b7ad..6b7318dcf 100644
--- a/tests/testfilechooser.c
+++ b/tests/testfilechooser.c
@@ -400,7 +400,7 @@ main (int argc, char **argv)
dialog = g_object_new (GTK_TYPE_FILE_CHOOSER_DIALOG,
"action", action,
- "file-system-backend", "gtk+",
+ "file-system-backend", "gnome-vfs",
NULL);
switch (action)
{
@@ -526,9 +526,5 @@ main (int argc, char **argv)
gtk_main ();
- gtk_widget_destroy (control_window);
- gtk_widget_destroy (prop_editor);
- gtk_widget_destroy (dialog);
-
return 0;
}