discomfitor pushed a commit to branch master.

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

commit e0d1a572a10303a6313c5efa3915df7489706caa
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu May 5 09:36:42 2016 -0400

    bad copy/paste in _e_place_desk_region_smart_obstacle_add()
    
    CID 1354988
---
 src/bin/e_place.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_place.c b/src/bin/e_place.c
index adb3e58..f553ac4 100644
--- a/src/bin/e_place.c
+++ b/src/bin/e_place.c
@@ -177,7 +177,7 @@ _e_place_desk_region_smart_obstacle_add(char *u_x, char 
*u_y, int **a_x, int **a
    if (by < zy)
      {
         bh += by;
-        by = zx;
+        by = zy;
      }
    if ((by + bh) > zy + zh) bh = zy + zh - by;
    if (by >= zy + zh) return;

-- 


Reply via email to