diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 10:50:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 10:50:00 -0600 |
commit | 1664971299f0495c531ac2c46a599ae52f4abe0d (patch) | |
tree | 112ed27c19ee409c3f149b0c283249aa3d7c5fa2 | |
parent | 9fbb722bd51a16edc090b46350474c7b6f3a5ed5 (diff) | |
parent | 23c53793f62ee6391366a6d9fb1013f1ff92ce7c (diff) | |
download | libdbusmenu-1664971299f0495c531ac2c46a599ae52f4abe0d.tar.gz libdbusmenu-1664971299f0495c531ac2c46a599ae52f4abe0d.tar.bz2 libdbusmenu-1664971299f0495c531ac2c46a599ae52f4abe0d.zip |
Updating to trunk
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | libdbusmenu-glib/server.c | 2 |
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); } |