[nautilus/antoniof/current-location-menu-actions-fixes: 3/4] pathbar-context-menu: Make "Add to Bookmarks" work



commit 3df264b4af1fdace69befc3522c360cb50a4a5d8
Author: António Fernandes <antoniof gnome org>
Date:   Tue Aug 28 10:28:18 2018 +0100

    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

 src/resources/ui/nautilus-pathbar-context-menu.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]