Treat empty menus better

This commit is contained in:
Yevgen Muntyan 2006-05-21 18:09:19 -05:00
parent 807b01405e
commit 4c38c53c50

View File

@ -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)
{