tiling: do not pass parent as relative

otherwise the client does not get into the list of parent
This commit is contained in:
Marcel Hollerbach 2017-02-26 22:48:32 +01:00
parent 2a8d593e8b
commit fe50e1edf0
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ tiling_window_tree_add(Window_Tree *root, Window_Tree *parent,
{
if (parent->children)
{
_tiling_window_tree_parent_add(parent, new_node, parent, EINA_TRUE);
_tiling_window_tree_parent_add(parent, new_node, NULL, EINA_TRUE);
}
else
{