summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-14 13:14:55 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-14 17:53:31 +0200
commitd251a03d3bd3892e9a6eb65b60175214dcaaf823 (patch)
tree432cd1b3dddf073817b1ed852eb0ee807b91e481
parente6e74552d7c0d72cb59f9667e71c0d2e94c8872b (diff)
downloadnautilus-d251a03d3bd3892e9a6eb65b60175214dcaaf823.tar.gz
files-view: allow "move to" action to non-local locations
We were missing a flag. https://bugzilla.gnome.org/show_bug.cgi?id=688877
-rw-r--r--src/nautilus-files-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 455cbdadb..dc2a519c8 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -5214,6 +5214,7 @@ copy_or_move_selection (NautilusFilesView *view,
_("_Cancel"), GTK_RESPONSE_CANCEL,
_("_Select"), GTK_RESPONSE_OK,
NULL);
+ gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (dialog), FALSE);
gtk_dialog_set_default_response (GTK_DIALOG (dialog),
GTK_RESPONSE_OK);