tasn pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c702763df74a2db1cbd181081f9bd274c3783b15

commit c702763df74a2db1cbd181081f9bd274c3783b15
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Nov 3 14:45:03 2014 +0000

    Tiling: Fix up previous tiling commit (make it safer).
    
    This is the second time recently I forgot to merge commits. :(
---
 src/modules/tiling/window_tree.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/modules/tiling/window_tree.c b/src/modules/tiling/window_tree.c
index 9816bec..7484e47 100644
--- a/src/modules/tiling/window_tree.c
+++ b/src/modules/tiling/window_tree.c
@@ -591,7 +591,10 @@ _tiling_window_tree_node_join(Window_Tree *root, 
Window_Tree *node, Eina_Bool di
    if (!pn)
      {
         if (node->parent && node->parent->parent && 
node->parent->parent->parent)
-          _tiling_window_tree_node_break_out(root, node, 
node->parent->parent->parent, dir);
+          {
+             _tiling_window_tree_node_break_out(root, node, 
node->parent->parent->parent, dir);
+          }
+
         return;
      }
 

-- 


Reply via email to