aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-26 09:56:44 -0600
committerTed Gould <ted@gould.cx>2011-01-26 09:56:44 -0600
commit936836ea02eb7c0825e93b0a3b8be3a3fb9b2ee0 (patch)
tree4f0a609e5b143b136df56e785b4f426612572756 /libdbusmenu-glib/server.c
parent7dc976ae7666254a7cd643542527636010a3ac0b (diff)
downloadlibdbusmenu-936836ea02eb7c0825e93b0a3b8be3a3fb9b2ee0.tar.gz
libdbusmenu-936836ea02eb7c0825e93b0a3b8be3a3fb9b2ee0.tar.bz2
libdbusmenu-936836ea02eb7c0825e93b0a3b8be3a3fb9b2ee0.zip
Even though we all love SVG, it's not a valid signature
Diffstat (limited to 'libdbusmenu-glib/server.c')
-rw-r--r--libdbusmenu-glib/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c
index 095f333..821d3cb 100644
--- a/libdbusmenu-glib/server.c
+++ b/libdbusmenu-glib/server.c
@@ -1020,7 +1020,7 @@ bus_get_children (DbusmenuServer * server, GVariant * params, GDBusMethodInvocat
g_list_foreach(children, serialize_menuitem, &builder);
- ret = g_variant_new("(a(ia{svg}))", g_variant_builder_end(&builder));
+ ret = g_variant_new("(a(ia{sv}))", g_variant_builder_end(&builder));
} else {
GError * error = NULL;
ret = g_variant_parse(g_variant_type_new("(a(ia{sv}))"), "([(0, {})],)", NULL, NULL, &error);