Comment 2 for bug 1086563

Revision history for this message
Robert Ancell (robert-ancell) wrote : Re: Adding a menu item without a label and with a submenu gets treated as a spearator even if label is added later

I can see this is in dbusmenu libdbusmenu-gtk/parser.c:630:
      if (GTK_IS_SEPARATOR_MENU_ITEM (widget) || !find_menu_label (widget))

That logic is a bit off - not having a label doesn't make it a separator...