Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mem

Dir     : e_modules/mem


Modified Files:
        e_mod_main.c 


Log Message:
Return 1, not 0, to keep timer going, thanks Zigs :)

===================================================================
RCS file: /cvs/e/e_modules/mem/e_mod_main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- e_mod_main.c        14 Jun 2006 19:42:07 -0000      1.32
+++ e_mod_main.c        23 Jun 2006 06:37:29 -0000      1.33
@@ -428,5 +428,5 @@
    msg.val = ts;
    edje_object_message_send(inst->mem_obj, EDJE_MESSAGE_FLOAT, 2, &msg);
 
-   return 0;
+   return 1;
 }



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