v5.23
Traverse all children on a query Only the first path of a multi branch query were being hit due to g_node_traverse being called with the first child. Use g_node_children_foreach instead.
Traverse all children on a query Only the first path of a multi branch query were being hit due to g_node_traverse being called with the first child. Use g_node_children_foreach instead.