summaryrefslogtreecommitdiff
path: root/src/nautilus-actions.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-05-21 17:31:03 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-05-21 17:40:17 -0400
commit7277e2636b8e660e4ba446830b58abf8f494cb8f (patch)
treef2fbc746ba54dfcc46c661887b39965579059f13 /src/nautilus-actions.h
parent610b15ee1ee3a652dce064b3292b541984f33ea1 (diff)
downloadnautilus-7277e2636b8e660e4ba446830b58abf8f494cb8f.tar.gz
Remove the copy/move to HOME and DESKTOP menu items
We don't want to encourage users to put files in either place. https://bugzilla.gnome.org/show_bug.cgi?id=676518
Diffstat (limited to 'src/nautilus-actions.h')
-rw-r--r--src/nautilus-actions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nautilus-actions.h b/src/nautilus-actions.h
index d6c02d724..10bd4156c 100644
--- a/src/nautilus-actions.h
+++ b/src/nautilus-actions.h
@@ -82,10 +82,6 @@
#define NAUTILUS_ACTION_PASTE_FILES_INTO "Paste Files Into"
#define NAUTILUS_ACTION_COPY_TO_NEXT_PANE "Copy to next pane"
#define NAUTILUS_ACTION_MOVE_TO_NEXT_PANE "Move to next pane"
-#define NAUTILUS_ACTION_COPY_TO_HOME "Copy to Home"
-#define NAUTILUS_ACTION_MOVE_TO_HOME "Move to Home"
-#define NAUTILUS_ACTION_COPY_TO_DESKTOP "Copy to Desktop"
-#define NAUTILUS_ACTION_MOVE_TO_DESKTOP "Move to Desktop"
#define NAUTILUS_ACTION_LOCATION_PASTE_FILES_INTO "LocationPasteFilesInto"
#define NAUTILUS_ACTION_RENAME "Rename"
#define NAUTILUS_ACTION_DUPLICATE "Duplicate"