diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/lp799878.patch | 17 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 18 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); + } + } + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..43b331a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +lp799878.patch |