aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp726678.patch
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-03 13:49:26 -0600
committerTed Gould <ted@gould.cx>2011-03-03 13:49:26 -0600
commit5613a63657992289badc274a52ed3421bf174e06 (patch)
tree337b1f2c62024d532d48ffd0553ad925206728b8 /debian/patches/lp726678.patch
parentdf8c5e53a6fddcd80e2ea52174f9242c2c17eba4 (diff)
downloadlibdbusmenu-5613a63657992289badc274a52ed3421bf174e06.tar.gz
libdbusmenu-5613a63657992289badc274a52ed3421bf174e06.tar.bz2
libdbusmenu-5613a63657992289badc274a52ed3421bf174e06.zip
debian/patches: All submitted upstream
Diffstat (limited to 'debian/patches/lp726678.patch')
-rw-r--r--debian/patches/lp726678.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/lp726678.patch b/debian/patches/lp726678.patch
deleted file mode 100644
index e784b60..0000000
--- a/debian/patches/lp726678.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-=== modified file 'libdbusmenu-glib/server.c'
---- a/libdbusmenu-glib/server.c 2011-02-24 19:52:01 +0000
-+++ b/libdbusmenu-glib/server.c 2011-03-01 16:51:50 +0000
-@@ -1180,7 +1180,11 @@
- GVariant * items = NULL;
-
- if (priv->root != NULL) {
-- items = dbusmenu_menuitem_build_variant(priv->root, props, recurse);
-+ DbusmenuMenuitem * mi = dbusmenu_menuitem_find_id(priv->root, parent);
-+
-+ if (mi != NULL) {
-+ items = dbusmenu_menuitem_build_variant(mi, props, recurse);
-+ }
- }
-
- /* What happens if we don't have anything? */
-