diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-24 20:46:15 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-24 20:46:15 -0400 |
| commit | 9ceb41ac228d78973195973d65a1bccd4ea50f0d (patch) | |
| tree | 91238ccdf2f336656583b8964e0d7d120de9ba22 /debian/patches | |
| parent | cb4fecf5e6eec692069d4e2417f58a77d604887f (diff) | |
| parent | c2fe3f52956cf27d76cc7c6f1ca0e29937c66c82 (diff) | |
| download | libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.tar.gz libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.tar.bz2 libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.zip | |
* New upstream release (0.4.91).
* Add in a property for setting the menuitem disposition
* New upstream release (0.4.92).
* Fix GTK 2 build for style properties
* Fixed proxied menu events not getting returned (LP: #799878)
* Removed debian/patches:
* All upstream
* debian/libdbusmenu-gtk4.symbols debian/libdbusmenu-gtk3-4.symbols
- Added new symbols
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/lp799878.patch | 17 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 18 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); - } - } - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 43b331a..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -lp799878.patch |
