[nautilus] menus: make sure to show About and Help when no app menu is displayed



commit dbbeefd6ed126e55595e76e926b463d206489ebf
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 7 20:14:55 2012 +0200

    menus: make sure to show About and Help when no app menu is displayed
    
    We had code for this, but it broke when we moved to a gear menu.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681394

 src/nautilus-shell-ui.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index 82ee8c6..8c469eb 100644
--- a/src/nautilus-shell-ui.xml
+++ b/src/nautilus-shell-ui.xml
@@ -72,6 +72,15 @@
     <menuitem name="Close All Windows" action="Close All Windows"/>
   </placeholder>
   <menuitem name="Close" action="Close"/>
+  <separator/>
+  <menuitem name="About" action="About Nautilus"/>
+  <menu action="Help">
+    <menuitem action="NautilusHelp"/>
+    <menuitem action="NautilusHelpSearch"/>
+    <menuitem action="NautilusHelpSort"/>
+    <menuitem action="NautilusHelpLost"/>
+    <menuitem action="NautilusHelpShare"/>
+  </menu>
 </popup>
 <popup name="background">
 	<placeholder name="Before Zoom Items">



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