diff options
author | António Fernandes <antoniof@gnome.org> | 2018-08-28 10:23:51 +0100 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-08-28 12:41:29 +0000 |
commit | 12fb419604dbf402a939526acf93b1cfa6564484 (patch) | |
tree | c054514ea7517d765ea60c9bea25adf895d45de7 | |
parent | 375c9ee792e1aa876ce314896a9b9c020ef5a522 (diff) | |
download | nautilus-12fb419604dbf402a939526acf93b1cfa6564484.tar.gz |
pathbar-context-menu: Don't show Star/Unstar
These actions are applying to the selected files, not the current folder.
Also, if fixed to apply to the current location, they overlap with
"Add to Bookmarks" in intent, making it hard for a person to decide.
Since we can't Star all location, favor "Add to Bookmarks" for now.
https://gitlab.gnome.org/GNOME/nautilus/issues/552
-rw-r--r-- | src/resources/ui/nautilus-pathbar-context-menu.ui | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/resources/ui/nautilus-pathbar-context-menu.ui b/src/resources/ui/nautilus-pathbar-context-menu.ui index a34581680..12a3c6799 100644 --- a/src/resources/ui/nautilus-pathbar-context-menu.ui +++ b/src/resources/ui/nautilus-pathbar-context-menu.ui @@ -16,16 +16,6 @@ <attribute name="label" translatable="yes">Add to _Bookmarks</attribute> <attribute name="action">view.bookmark</attribute> </item> - <item> - <attribute name="label" translatable="yes" context="menu item" comments="Marks a file as starred (starred)">Star</attribute> - <attribute name="action">view.star</attribute> - <attribute name="hidden-when">action-disabled</attribute> - </item> - <item> - <attribute name="label" translatable="yes" context="menu item" comments="Unmarks a file as starred (starred)">Unstar</attribute> - <attribute name="action">view.unstar</attribute> - <attribute name="hidden-when">action-disabled</attribute> - </item> <section> <item> <attribute name="label" translatable="yes">_Paste</attribute> @@ -60,3 +50,4 @@ </item> </menu> </interface> + |