Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_thumb.c e_thumb_main.c 


Log Message:


slightly more responsive timer and reset object id's once there are none
around :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_thumb.c   8 Jul 2006 13:12:42 -0000       1.30
+++ e_thumb.c   8 Jul 2006 13:30:18 -0000       1.31
@@ -282,6 +282,7 @@
    
    snprintf(buf, sizeof(buf), "%i", objid);
    _thumbs = evas_hash_del(_thumbs, buf, NULL);
+   if (!_thumbs) _objid = 0;
 }
 
 static Evas_Object *
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_thumb_main.c      8 Jul 2006 13:12:42 -0000       1.2
+++ e_thumb_main.c      8 Jul 2006 13:30:18 -0000       1.3
@@ -211,7 +211,7 @@
        if (eth->file) free(eth->file);
        if (eth->key) free(eth->key);
        free(eth);
-       if (_thumblist) _timer = ecore_timer_add(0.001, _e_cb_timer, NULL);
+       if (_thumblist) _timer = ecore_timer_add(0.00001, _e_cb_timer, NULL);
        else _timer = NULL;
      }
    else



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to