summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-10-17 12:43:28 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-10-17 12:43:28 -0700
commit92cef4bc70d8ea66f756ec59e17d215e283ec856 (patch)
treec8b25e4bbdcaa1f1cfa0971836ac4674252aeb05
parent9173e3634455d99417f0e0411a1f2ab26549726c (diff)
downloadnautilus-92cef4bc70d8ea66f756ec59e17d215e283ec856.tar.gz
Fix Close Window accelerator
Commit 032f37f49778c1b8214b88b764ac29c1654b12e0 removed the action from the menu, but won't keep the accelerator unless explicitly specified in the XML file; add it in the XML file so Ctrl+w works.
-rw-r--r--src/nautilus-shell-ui.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index b712eab29..73b506e20 100644
--- a/src/nautilus-shell-ui.xml
+++ b/src/nautilus-shell-ui.xml
@@ -1,5 +1,6 @@
<ui>
<accelerator action="Back"/>
+<accelerator action="Close"/>
<accelerator action="Forward"/>
<accelerator action="Home"/>
<accelerator action="Search"/>