diff options
| author | Ted Gould <ted@gould.cx> | 2010-11-15 16:55:43 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-11-15 16:55:43 -0600 |
| commit | 080cf37f48dba3dc521167bd3ddc51f45681ea1d (patch) | |
| tree | e24290fbbd2837491e8576bf830efbc0de7c0095 /libdbusmenu-glib/client.c | |
| parent | bf33041c44cc9edd029a2ebe1359a78103f8e9f9 (diff) | |
| download | libdbusmenu-080cf37f48dba3dc521167bd3ddc51f45681ea1d.tar.gz libdbusmenu-080cf37f48dba3dc521167bd3ddc51f45681ea1d.tar.bz2 libdbusmenu-080cf37f48dba3dc521167bd3ddc51f45681ea1d.zip | |
Cleaning out namespaces from the XML so that GDBus will read it.
Diffstat (limited to 'libdbusmenu-glib/client.c')
| -rw-r--r-- | libdbusmenu-glib/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index ff7d5ec..7c90fa6 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -41,7 +41,7 @@ License version 3 and version 2.1 along with this program. If not, see #include "client-menuitem.h" #include "server-marshal.h" #include "client-marshal.h" -#include "dbus-menu.xml.h" +#include "dbus-menu-clean.xml.h" /* Properties */ enum { @@ -262,7 +262,7 @@ dbusmenu_client_class_init (DbusmenuClientClass *klass) if (dbusmenu_node_info == NULL) { GError * error = NULL; - dbusmenu_node_info = g_dbus_node_info_new_for_xml(dbus_menu_xml, &error); + dbusmenu_node_info = g_dbus_node_info_new_for_xml(dbus_menu_clean_xml, &error); if (error != NULL) { g_error("Unable to parse DBusmenu Interface description: %s", error->message); g_error_free(error); |
