discomfitor pushed a commit to branch master.

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

commit 69c89d720223a5b7ddd0f11327e0c833ad9701ba
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Jul 28 08:16:45 2014 -0400

    unset border.changed after changing border in tiling
    
    fix T1456
---
 src/modules/tiling/e_mod_tiling.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/tiling/e_mod_tiling.c 
b/src/modules/tiling/e_mod_tiling.c
index 9be62e0..65df132 100644
--- a/src/modules/tiling/e_mod_tiling.c
+++ b/src/modules/tiling/e_mod_tiling.c
@@ -229,6 +229,7 @@ change_window_border(E_Client *ec, const char *bordername)
         eina_stringshare_del(ec->border.name);
         ec->border.name = pborder;
      }
+   ec->border.changed = 0;
 
    DBG("%p -> border %s", ec, bordername);
 }

-- 


Reply via email to