[gnome-contacts] Fix up app menu to new xml format



commit f8c7fe722d897989d9ce155a15632f85f898c5e2
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Jan 26 17:46:47 2012 +0100

    Fix up app menu to new xml format

 src/app-menu.ui |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/src/app-menu.ui b/src/app-menu.ui
index c220d96..f72b959 100644
--- a/src/app-menu.ui
+++ b/src/app-menu.ui
@@ -1,17 +1,21 @@
 <interface>
   <menu id='app-menu'>
     <section>
-      <item action='app.change_book'>
-	  <attribute name='label' translatable='yes'>'_Change Address Book...'</attribute>
+      <item>
+	<attribute name='action'>app.change_book</attribute>
+	<attribute name='label' translatable='yes'>_Change Address Book...</attribute>
       </item>
     </section>
     <section>
-      <item action='app.about'>
-	  <attribute name='label' translatable='yes'>'_About Contacts'</attribute>
-      </item>
-      <item action='app.quit' accel='&lt;Primary>q'>
-	  <attribute name='label' translatable='yes'>'_Quit'</attribute>
+      <item>
+	<attribute name='action'>app.about</attribute>
+	<attribute name='label' translatable='yes'>_About Contacts</attribute>
       </item>
+      <item>
+	<attribute name='action'>app.quit</attribute>
+	<attribute name='label' translatable='yes'>_Quit</attribute>
+	<attribute name='accel'>&lt;Primary>q</attribute>
+    </item>
     </section>
   </menu>
 </interface>



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