[nautilus] Fix Close Window accelerator



commit 92cef4bc70d8ea66f756ec59e17d215e283ec856
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Oct 17 12:43:28 2014 -0700

    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.

 src/nautilus-shell-ui.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index b712eab..73b506e 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"/>


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