Skip to content
Snippets Groups Projects
Commit dce6e204 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

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)
parent 139930da
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment