aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-18 10:50:00 -0600
committerTed Gould <ted@gould.cx>2010-02-18 10:50:00 -0600
commit1664971299f0495c531ac2c46a599ae52f4abe0d (patch)
tree112ed27c19ee409c3f149b0c283249aa3d7c5fa2
parent9fbb722bd51a16edc090b46350474c7b6f3a5ed5 (diff)
parent23c53793f62ee6391366a6d9fb1013f1ff92ce7c (diff)
downloadlibdbusmenu-1664971299f0495c531ac2c46a599ae52f4abe0d.tar.gz
libdbusmenu-1664971299f0495c531ac2c46a599ae52f4abe0d.tar.bz2
libdbusmenu-1664971299f0495c531ac2c46a599ae52f4abe0d.zip
Updating to trunk
-rw-r--r--Makefile.am2
-rw-r--r--libdbusmenu-glib/server.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 747b90b..c99525b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-
+EXTRA_DIST = COPYING.2.1 COPYING-GPL3
SUBDIRS = libdbusmenu-glib libdbusmenu-gtk tools tests po
diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c
index 206411a..f6dddf1 100644
--- a/libdbusmenu-glib/server.c
+++ b/libdbusmenu-glib/server.c
@@ -397,7 +397,7 @@ _dbusmenu_server_get_layout (DbusmenuServer * server, gint parent, guint * revis
if (parent == 0) {
if (priv->root == NULL) {
/* g_debug("Getting layout without root node!"); */
- g_ptr_array_add(xmlarray, g_strdup("<menu/>"));
+ g_ptr_array_add(xmlarray, g_strdup("<menu id=\"0\"/>"));
} else {
dbusmenu_menuitem_buildxml(priv->root, xmlarray);
}