summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-11-17 09:05:47 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-11-17 09:05:47 -0500
commit2f197ac0c29ad00719d86ad6965af110fec137f9 (patch)
treea75001d710e6516adfdc1b30d870ff0f439e7caf /gtk/gtkfilechooser.c
parent0bc79910e03b69279d0aee8edf76ae5cae63ff65 (diff)
downloadgtk+-2f197ac0c29ad00719d86ad6965af110fec137f9.tar.gz
Revert "GtkFileChooser: Make local-only default to FALSE"
This reverts commit 0bc79910e03b69279d0aee8edf76ae5cae63ff65.
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 35de3b3c28..0a27b9ce4c 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -387,7 +387,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
g_param_spec_boolean ("local-only",
P_("Local Only"),
P_("Whether the selected file(s) should be limited to local file: URLs"),
- FALSE,
+ TRUE,
GTK_PARAM_READWRITE));
g_object_interface_install_property (iface,
g_param_spec_object ("preview-widget",