illogict pushed a commit to branch master.

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

commit 233347209d6bc2e174754708c2c07be29a6429ff
Author: Chidambar Zinnoury <chidambar.zinno...@zefla.fr>
Date:   Mon Apr 21 21:53:05 2014 +0200

     Bugfix: e fileman: Correct typo on height computation.
---
 src/modules/fileman/e_fwin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c
index 7c29d09..ab31ad5 100644
--- a/src/modules/fileman/e_fwin.c
+++ b/src/modules/fileman/e_fwin.c
@@ -661,7 +661,7 @@ _e_fwin_bg_mouse_down(E_Fwin *fwin, Evas_Object *obj 
__UNUSED__, void *event __U
    if (y + h > zy + zh)
      h = zy + zh - y;
    w = w + cx;
-   h = h + cx;
+   h = h + cy;
    e_win_resize(fwin->win, MAX(w, MINIMUM_WIDTH), MAX(h, MINIMUM_HEIGHT));
 }
 

-- 


Reply via email to