Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
Ooops! Wrong fix!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- e_border.c  10 Feb 2005 13:28:10 -0000      1.91
+++ e_border.c  10 Feb 2005 13:33:07 -0000      1.92
@@ -2748,6 +2748,7 @@
 
    tw = bd->w;
    th = bd->h;
+   _e_border_resize_limit(bd, &w, &h);
 
    if ((bd->resize_mode == RESIZE_TL) ||
        (bd->resize_mode == RESIZE_L) ||
@@ -2765,7 +2766,6 @@
         &new_x, &new_y, &new_w, &new_h);
    evas_list_free(skiplist);
 
-   _e_border_resize_limit(bd, &new_w, &new_h);
    e_border_move_resize(bd, new_x, new_y, new_w, new_h);
 }
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to