[nautilus] files-view: allow "move to" action to non-local locations
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] files-view: allow "move to" action to non-local locations
- Date: Thu, 14 Apr 2016 15:53:57 +0000 (UTC)
commit d251a03d3bd3892e9a6eb65b60175214dcaaf823
Author: Carlos Soriano <csoriano gnome org>
Date: Thu Apr 14 13:14:55 2016 +0200
files-view: allow "move to" action to non-local locations
We were missing a flag.
https://bugzilla.gnome.org/show_bug.cgi?id=688877
src/nautilus-files-view.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 455cbda..dc2a519 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]