[eog] Remove unneeded subsection in the app menu



commit febad1aed4966798f99726c91dbddb945d84e9eb
Author: Felix Riemann <friemann gnome org>
Date:   Wed Jan 28 19:47:20 2015 +0100

    Remove unneeded subsection in the app menu

 data/eog-app-menu.xml |   42 +++++++++++++++++++-----------------------
 1 files changed, 19 insertions(+), 23 deletions(-)
---
diff --git a/data/eog-app-menu.xml b/data/eog-app-menu.xml
index cb72804..aba0d7b 100644
--- a/data/eog-app-menu.xml
+++ b/data/eog-app-menu.xml
@@ -1,42 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
 <interface>
   <menu id="app-menu">
     <section>
       <item>
-        <attribute name="label" translatable="yes">_View</attribute>
-        <link name="submenu">
-          <item>
-            <attribute name="action">app.view-statusbar</attribute>
-            <attribute name="label" translatable="yes">_Statusbar</attribute>
-          </item>
-          <item>
-            <attribute name="action">app.view-gallery</attribute>
-            <attribute name="label" translatable="yes">_Image Gallery</attribute>
-          </item>
-          <item>
-            <attribute name="action">app.view-sidebar</attribute>
-            <attribute name="label" translatable="yes">Side _Pane</attribute>
-          </item>
-        </link>
+        <attribute name="action">app.view-statusbar</attribute>
+        <attribute name="label" translatable="yes">_Statusbar</attribute>
+      </item>
+      <item>
+        <attribute name="action">app.view-gallery</attribute>
+        <attribute name="label" translatable="yes">_Image Gallery</attribute>
+      </item>
+      <item>
+        <attribute name="action">app.view-sidebar</attribute>
+        <attribute name="label" translatable="yes">Side _Pane</attribute>
       </item>
     </section>
     <section>
       <item>
-       <attribute name="action">app.preferences</attribute>
-       <attribute name="label" translatable="yes">Prefere_nces</attribute>
+        <attribute name="action">app.preferences</attribute>
+        <attribute name="label" translatable="yes">Prefere_nces</attribute>
       </item>
     </section>
     <section>
       <item>
-       <attribute name="action">app.help</attribute>
-       <attribute name="label" translatable="yes">_Help</attribute>
+        <attribute name="action">app.help</attribute>
+        <attribute name="label" translatable="yes">_Help</attribute>
       </item>
       <item>
-       <attribute name="action">app.about</attribute>
-       <attribute name="label" translatable="yes">_About</attribute>
+        <attribute name="action">app.about</attribute>
+        <attribute name="label" translatable="yes">_About</attribute>
       </item>
       <item>
-       <attribute name="action">app.quit</attribute>
-       <attribute name="label" translatable="yes">_Quit</attribute>
+        <attribute name="action">app.quit</attribute>
+        <attribute name="label" translatable="yes">_Quit</attribute>
         <attribute name="accel">&lt;Primary&gt;q</attribute>
       </item>
     </section>


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