Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_module.c 


Log Message:
Fix module api warning dialog. The params were switched. Should read better
now.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- e_module.c  3 Jul 2006 07:35:44 -0000       1.60
+++ e_module.c  5 Jul 2006 21:23:42 -0000       1.61
@@ -6,7 +6,7 @@
 /* TODO List:
  * 
  * * add module types/classes
- * * add list of exclusions that a module cant work with
+ * * add list of exclusions that a module cant work withApi
  * 
  */
 
@@ -170,7 +170,7 @@
        snprintf(body, sizeof(body), _("Module API Error<br>Error initializing 
Module: %s<br>"
                                       "It requires a minimum module API 
version of: %i.<br>"
                                       "The module API advertized by 
Enlightenment is: %i.<br>"), 
-                                    _(m->api->name), E_MODULE_API_VERSION, 
m->api->version);
+                                    _(m->api->name), m->api->version, 
E_MODULE_API_VERSION);
 
        snprintf(title, sizeof(title), _("Enlightenment %s Module"), 
_(m->api->name));
 



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