From dce6e20451372f60b706f9a81a3052c9e00acb77 Mon Sep 17 00:00:00 2001
From: Benedikt Meurer <benny@xfce.org>
Date: Mon, 11 Jul 2005 22:24:12 +0000
Subject: [PATCH] 2005-07-12	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-standard-view-ui.xml, thunar/thunar-window-ui.xml:
	  Specify the name in addition to the action.




(Old svn revision: 16382)
---
 ChangeLog                          |  5 +++++
 thunar/thunar-standard-view-ui.xml |  4 ++--
 thunar/thunar-window-ui.xml        | 17 +++++++++--------
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3af51e769..065be6416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-12	Benedikt Meurer <benny@xfce.org>
+
+	* thunar/thunar-standard-view-ui.xml, thunar/thunar-window-ui.xml:
+	  Specify the name in addition to the action.
+
 2005-07-11	Benedikt Meurer <benny@xfce.org>
 
 	* thunar/thunar-navigator.c(thunar_navigator_class_init): Use
diff --git a/thunar/thunar-standard-view-ui.xml b/thunar/thunar-standard-view-ui.xml
index f8c6f843f..715ea2a8b 100644
--- a/thunar/thunar-standard-view-ui.xml
+++ b/thunar/thunar-standard-view-ui.xml
@@ -11,9 +11,9 @@
   -->
 
   <menubar name="main-menu">
-    <menu action="view-menu">
+    <menu action="view-menu" name="view-menu">
       <placeholder name="placeholder-view-display-preferences">
-        <menuitem action="show-hidden-files" />
+        <menuitem action="show-hidden-files" name="show-hidde-files" />
       </placeholder>
     </menu>
   </menubar>
diff --git a/thunar/thunar-window-ui.xml b/thunar/thunar-window-ui.xml
index 5c08f8fa2..ec0f6408e 100644
--- a/thunar/thunar-window-ui.xml
+++ b/thunar/thunar-window-ui.xml
@@ -11,22 +11,23 @@
   -->
 
   <menubar name="main-menu">
-    <menu action="file-menu">
-      <menuitem action="close" />
+    <menu action="file-menu" name="file-menu">
+      <menuitem action="close" name="close" />
     </menu>
 
-    <menu action="edit-menu" />
+    <menu action="edit-menu" name="edit-menu">
+    </menu>
 
-    <menu action="view-menu">
+    <menu action="view-menu" name="view-menu">
       <placeholder name="placeholder-view-display-preferences" />
     </menu>
 
-    <menu action="go-menu">
-      <menuitem action="open-parent" />
+    <menu action="go-menu" name="go-menu">
+      <menuitem action="open-parent" name="open-parent" />
     </menu>
 
-    <menu action="help-menu">
-      <menuitem action="about" />
+    <menu action="help-menu" name="help-menu">
+      <menuitem action="about" name="about" />
     </menu>
   </menubar>
 
-- 
GitLab