diff options
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r-- | tests/testfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index d6f0a1cfb7..6e43ac8b12 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -356,7 +356,7 @@ main (int argc, char **argv) dialog = g_object_new (GTK_TYPE_FILE_CHOOSER_DIALOG, "action", action, - "file-system-backend", "gnome-vfs", + "file-system-backend", "gtk+", NULL); switch (action) { |