diff options
| author | Ted Gould <ted@gould.cx> | 2011-03-03 13:49:26 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-03-03 13:49:26 -0600 |
| commit | 5613a63657992289badc274a52ed3421bf174e06 (patch) | |
| tree | 337b1f2c62024d532d48ffd0553ad925206728b8 /debian/patches/lp726678.patch | |
| parent | df8c5e53a6fddcd80e2ea52174f9242c2c17eba4 (diff) | |
| download | libdbusmenu-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.patch | 17 |
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? */ - |
