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, 0 insertions, 17 deletions
diff --git a/debian/patches/lp799878.patch b/debian/patches/lp799878.patch
deleted file mode 100644
index dff130a..0000000
--- a/debian/patches/lp799878.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-=== 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);
- }
- }
-