Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : devian

Dir     : e_modules/devian/src/module


Modified Files:
        e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===================================================================
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c        6 Jun 2006 15:43:17 -0000       1.6
+++ e_mod_main.c        2 Jul 2006 19:06:09 -0000       1.7
@@ -48,7 +48,7 @@
    char buf[4096];
 
    snprintf(buf, sizeof(buf), _("Enlightenment %s Module - version " 
MODULE_VERSION), MODULE_NAME);
-   e_module_dialog_show(buf, _(
+   e_module_dialog_show(m, buf, _(
 #ifndef HAVE_ALL
                                "This module is part of dEvian module<br><br>"
 #ifdef HAVE_PICTURE



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