diff options
author | Razvan Chitu <razvan.ch95@gmail.com> | 2015-12-23 23:23:23 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2015-12-24 16:06:48 +0100 |
commit | a3a7ac81b77fd65b8d3902aea8e00d2da4ad9f6c (patch) | |
tree | 92289c4ada93c7163ba81e23e3b903173bc421c6 /data | |
parent | 45c27b41cfc2b0e9a30ea8e6cee81f5aefa0f331 (diff) | |
download | nautilus-a3a7ac81b77fd65b8d3902aea8e00d2da4ad9f6c.tar.gz |
files-view: add create link menu item for selected files
The menu item for this feature was removed in previous versions of nautilus.
A context menu item for creating links from copied files was added, but some
users prefered to create links from selected files.
Since this is demanded, implement the menu action for it and use the gsetting
added in the previous commits.
https://bugzilla.gnome.org/show_bug.cgi?id=745575
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.nautilus.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml index bf03e0308..0a1acad4a 100644 --- a/data/org.gnome.nautilus.gschema.xml +++ b/data/org.gnome.nautilus.gschema.xml @@ -83,8 +83,8 @@ </key> <key type="b" name="show-create-link"> <default>false</default> - <summary>Whether to show a context menu item to create links from copied files</summary> - <description>If set to true Nautilus will show a create link context menu item to create links from the copied files</description> + <summary>Whether to show context menu items to create links from copied or selected files</summary> + <description>If set to true Nautilus will show context menu items to create links from the copied or selected files</description> </key> <key type="b" name="confirm-trash"> <default>true</default> |