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...
I can see this is in dbusmenu libdbusmenu- gtk/parser. c:630: SEPARATOR_ MENU_ITEM (widget) || !find_menu_label (widget))
if (GTK_IS_
That logic is a bit off - not having a label doesn't make it a separator...