summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2018-08-28 10:28:18 +0100
committerCarlos Soriano <csoriano1618@gmail.com>2018-08-28 12:41:29 +0000
commit3df264b4af1fdace69befc3522c360cb50a4a5d8 (patch)
tree79218c4c58df20b234a6ae31e9aad467652faa13
parent12fb419604dbf402a939526acf93b1cfa6564484 (diff)
downloadnautilus-3df264b4af1fdace69befc3522c360cb50a4a5d8.tar.gz
pathbar-context-menu: Make "Add to Bookmarks" work
It was bound to an inexisting action. Just bind it to the same action as the <Ctrl><D> shortcut. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/552
-rw-r--r--src/resources/ui/nautilus-pathbar-context-menu.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-pathbar-context-menu.ui b/src/resources/ui/nautilus-pathbar-context-menu.ui
index 12a3c6799..26e8b309e 100644
--- a/src/resources/ui/nautilus-pathbar-context-menu.ui
+++ b/src/resources/ui/nautilus-pathbar-context-menu.ui
@@ -14,7 +14,7 @@
</submenu>
<item>
<attribute name="label" translatable="yes">Add to _Bookmarks</attribute>
- <attribute name="action">view.bookmark</attribute>
+ <attribute name="action">win.bookmark-current-location</attribute>
</item>
<section>
<item>