Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_moveresize.c 


Log Message:


fix artiface where movereisze info stays in old location then jumps to new
after first move/resize event

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_moveresize.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_moveresize.c      22 Jul 2007 01:27:43 -0000      1.18
+++ e_moveresize.c      5 Aug 2007 08:32:26 -0000       1.19
@@ -166,12 +166,11 @@
 EAPI void
 e_move_resize_object_coords_set(int x, int y, int w, int h)
 {
-   if (!_disp_pop) return;
    obj_x = x;
    obj_y = y;
    obj_w = w;
    obj_h = h;
-   if (e_config->move_info_visible && visible)
+   if ((_disp_pop) && (e_config->move_info_visible) && (visible))
      {
        e_popup_move(_disp_pop,
                     (obj_x - _disp_pop->zone->x) +



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to