Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
oops, this bit to complete the fix
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -3 -r1.80 -r1.81
--- e_mod_main.c        6 Dec 2005 14:09:42 -0000       1.80
+++ e_mod_main.c        6 Dec 2005 14:29:24 -0000       1.81
@@ -2149,6 +2149,8 @@
 
    if (_engage_zoom_timer)
      ecore_timer_del(_engage_zoom_timer);
+   if (eb->zoom_start_time)
+     eb->zoom_start_time = 0;
    _engage_zoom_timer = ecore_timer_add(0.05, _engage_zoom_in_slave, eb);
    evas_object_geometry_get(eb->box_object, &x, &y, &w, &h);
    edge = e_gadman_client_edge_get(eb->gmc);
@@ -2190,6 +2192,8 @@
 
    if (_engage_zoom_timer)
      ecore_timer_del(_engage_zoom_timer);
+   if (eb->zoom_start_time)
+     eb->zoom_start_time = 0;
    _engage_zoom_timer = ecore_timer_add(0.05, _engage_zoom_out_slave, eb);
    eb->mouse_out = -1;
    _engage_bar_motion_handle(eb, ev->canvas.x, ev->canvas.y);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to