aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp799878.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/lp799878.patch')
-rw-r--r--debian/patches/lp799878.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/lp799878.patch b/debian/patches/lp799878.patch
new file mode 100644
index 0000000..dff130a
--- /dev/null
+++ b/debian/patches/lp799878.patch
@@ -0,0 +1,17 @@
+=== modified file 'libdbusmenu-glib/server.c'
+--- old/libdbusmenu-glib/server.c 2011-06-17 03:42:29 +0000
++++ new/libdbusmenu-glib/server.c 2011-06-28 16:40:16 +0000
+@@ -976,10 +976,10 @@
+ gotsomething = TRUE;
+ } else {
+ GError * error = NULL;
+- megadata[1] = g_variant_parse(G_VARIANT_TYPE("a(ia(s))"), "[ ]", NULL, NULL, &error);
++ megadata[1] = g_variant_parse(G_VARIANT_TYPE("a(ias)"), "[ ]", NULL, NULL, &error);
+
+ if (error != NULL) {
+- g_warning("Unable to parse '[ ]' as a 'a(ia(s))': %s", error->message);
++ g_warning("Unable to parse '[ ]' as a 'a(ias)': %s", error->message);
+ g_error_free(error);
+ }
+ }
+