summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-files-view-context-menus.ui
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2018-07-28 12:28:33 +0100
committerCarlos Soriano <csoriano1618@gmail.com>2018-07-30 06:47:19 +0000
commit19d13d1823a8f3e99c93249c08983568ac88b48d (patch)
tree53acdf736dcef724b4c087016aa6bd1ed07932bb /src/resources/ui/nautilus-files-view-context-menus.ui
parentc77a8ff60f1fd42324d5534e09428d19fb9546ac (diff)
downloadnautilus-19d13d1823a8f3e99c93249c08983568ac88b48d.tar.gz
files-view: Use current-directory-properties on backgrond menu
The view.properties action opens the current directory properties when the selection is NULL, which we assume to be the case when opening the background context menu. Instead of relying on this assumption, make the background context menu use the view.current-directory-properties action which is used by the current location menu in the pathbar.
Diffstat (limited to 'src/resources/ui/nautilus-files-view-context-menus.ui')
-rw-r--r--src/resources/ui/nautilus-files-view-context-menus.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-files-view-context-menus.ui b/src/resources/ui/nautilus-files-view-context-menus.ui
index d084bc574..9f0d23860 100644
--- a/src/resources/ui/nautilus-files-view-context-menus.ui
+++ b/src/resources/ui/nautilus-files-view-context-menus.ui
@@ -33,7 +33,7 @@
<section>
<item>
<attribute name="label" translatable="yes">P_roperties</attribute>
- <attribute name="action">view.properties</attribute>
+ <attribute name="action">view.current-directory-properties</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
</section>
@@ -239,4 +239,4 @@
</item>
</section>
</menu>
-</interface>
+</interface> \ No newline at end of file