[gnome-builder] menus: fix app menu for EggMenuManager
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-builder] menus: fix app menu for EggMenuManager
- Date: Mon, 21 Dec 2015 07:57:24 +0000 (UTC)
commit b1076d5b90ce5f15aeeb928a0af060363407e641
Author: Christian Hergert <chergert redhat com>
Date:   Thu Dec 3 15:08:16 2015 -0800
    menus: fix app menu for EggMenuManager
 data/gtk/menus.ui |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/gtk/menus.ui b/data/gtk/menus.ui
index 2d6fe4e..80b44bb 100644
--- a/data/gtk/menus.ui
+++ b/data/gtk/menus.ui
@@ -2,8 +2,7 @@
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <menu id="app-menu">
-    <section>
-      <attribute name="id">project-section</attribute>
+    <section id="app-menu-project-section">
       <item>
         <attribute name="label" translatable="yes">_New Project</attribute>
         <attribute name="action">app.new-project</attribute>
@@ -13,20 +12,19 @@
         <attribute name="action">app.open-project</attribute>
       </item>
     </section>
-    <section>
-      <attribute name="id">preferences-section</attribute>
+    <section id="app-menu-preferences-section">
       <item>
         <attribute name="label" translatable="yes">_Preferences</attribute>
         <attribute name="action">app.preferences</attribute>
       </item>
     </section>
-    <section>
+    <section id="app-menu-support-section">
       <item>
         <attribute name="label" translatable="yes">Generate Support Log</attribute>
         <attribute name="action">app.support</attribute>
       </item>
     </section>
-    <section>
+    <section id="app-menu-help-section">
       <attribute name="id">help-section</attribute>
       <item>
         <attribute name="label" translatable="yes">Keyboard _Shortcuts</attribute>
@@ -36,6 +34,8 @@
         <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">app.about</attribute>
       </item>
+    </section>
+    <section id="app-menu-quit-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]