[recipes] Remove an extraneous section from the app menu



commit 38c19538cb336c6c24d2a68eb0911fbd9b11ff5d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 16 21:29:39 2017 -0500

    Remove an extraneous section from the app menu
    
    The hig says to group Help, About and Quit in one section.

 src/menus.ui |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index 1773869..0baa98f 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -18,8 +18,6 @@
         <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">app.about</attribute>
       </item>
-    </section>
-    <section>
       <item>
         <attribute name="label" translatable="yes">_Quit</attribute>
         <attribute name="action">app.quit</attribute>


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