aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-21 17:13:40 -0600
committerTed Gould <ted@gould.cx>2010-01-21 17:13:40 -0600
commitb739c696ae20b0f022fd67fc3d5fd98e561c446b (patch)
tree3df091b1bc0c155dbed6572736e29da605c873e7 /libdbusmenu-glib/dbus-menu.xml
parente0e50d3f40a0db0faf8bd17373fdbba448d35b59 (diff)
downloadlibdbusmenu-b739c696ae20b0f022fd67fc3d5fd98e561c446b.tar.gz
libdbusmenu-b739c696ae20b0f022fd67fc3d5fd98e561c446b.tar.bz2
libdbusmenu-b739c696ae20b0f022fd67fc3d5fd98e561c446b.zip
Removing the idea that there should be revisions on the XML
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index d2df400..a7cceaa 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -50,13 +50,13 @@ Provides an XML representation of the menu hierarchy
XML syntax:
-<menu id="1" revision="2"> # Root container
- <menu id="2" revision="2"> # First level menu, for example "File"
- <menu id="3" revision="2"/> ~ Second level menu, for example "Open"
- <menu id="4" revision="3"/>
+<menu id="1"> # Root container
+ <menu id="2"> # First level menu, for example "File"
+ <menu id="3"/> ~ Second level menu, for example "Open"
+ <menu id="4"/>
...
</menu>
- <menu id="5" revision="2"> # Another first level menu, say "Edit"
+ <menu id="5"> # Another first level menu, say "Edit"
...
</menu>
...