Treat empty menus better
This commit is contained in:
parent
807b01405e
commit
4c38c53c50
@ -1608,7 +1608,7 @@ static gboolean node_is_empty (Node *node)
|
||||
Node *child = l->data;
|
||||
|
||||
if (child->type == SEPARATOR)
|
||||
continue;
|
||||
return FALSE;
|
||||
|
||||
if (child->type == PLACEHOLDER)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user