[gnome-builder/christopherdavis/remove-quit-from-menu] menus.ui: Remove Quit entry from Primary Menu



commit 1522bbfe87ebfae81dd0b4a32114a64a5b8ca76f
Author: Christopher Davis <brainblasted disroot org>
Date:   Tue Jan 1 22:00:52 2019 -0500

    menus.ui: Remove Quit entry from Primary Menu
    
    As per the HIG, Quit is not present in Primary Menus, and is
    made redundant or confusing with the presence of the close button.

 src/libide/gtk/menus.ui | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/src/libide/gtk/menus.ui b/src/libide/gtk/menus.ui
index 77de565d1..4027ee878 100644
--- a/src/libide/gtk/menus.ui
+++ b/src/libide/gtk/menus.ui
@@ -56,12 +56,6 @@
         <attribute name="action">app.about</attribute>
       </item>
     </section>
-    <section id="gear-menu-quit-section">
-      <item>
-        <attribute name="label" translatable="yes">_Quit</attribute>
-        <attribute name="action">app.quit</attribute>
-      </item>
-    </section>
   </menu>
   <menu id="perspectives-menu">
     <section id="perspectives-menu-section">
@@ -264,3 +258,4 @@
     </section>
   </menu>
 </interface>
+


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