← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/dbusmenu/lots-o-kiddos into lp:dbusmenu

 

Ted Gould has proposed merging lp:~ted/dbusmenu/lots-o-kiddos into lp:dbusmenu.

Requested reviews:
  DBus Menu Team (dbusmenu-team)
Related bugs:
  #595565 wrong property name in toplevel menuitems
  https://bugs.launchpad.net/bugs/595565


Fixes the property name.
-- 
https://code.launchpad.net/~ted/dbusmenu/lots-o-kiddos/+merge/27880
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-glib/menuitem.h'
--- libdbusmenu-glib/menuitem.h	2010-06-08 02:15:04 +0000
+++ libdbusmenu-glib/menuitem.h	2010-06-17 20:15:36 +0000
@@ -58,7 +58,7 @@
 #define DBUSMENU_MENUITEM_PROP_ICON_DATA             "icon-data"
 #define DBUSMENU_MENUITEM_PROP_TOGGLE_TYPE           "toggle-type"
 #define DBUSMENU_MENUITEM_PROP_TOGGLE_STATE          "toggle-state"
-#define DBUSMENU_MENUITEM_PROP_CHILD_DISPLAY         "child-display"
+#define DBUSMENU_MENUITEM_PROP_CHILD_DISPLAY         "children-display"
 
 #define DBUSMENU_MENUITEM_TOGGLE_CHECK               "checkmark"
 #define DBUSMENU_MENUITEM_TOGGLE_RADIO               "radio"


Follow ups