Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c 


Log Message:


clean up #defines

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_int_config_modules.c      10 May 2006 13:38:25 -0000      1.30
+++ e_int_config_modules.c      10 May 2006 13:41:23 -0000      1.31
@@ -3,9 +3,8 @@
  */
 #include "e.h"
 
-#define MOD_ENABLED 0
-#define MOD_LOADED 1
-#define MOD_UNLOADED 2
+#define MOD_UNLOADED 0
+#define MOD_ENABLED 1
 
 typedef struct _CFModule CFModule;
 




-------------------------------------------------------
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