Enlightenment CVS committal

Author  : onefang
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_config.c 


Log Message:
Updated config dialog to match latest API.

===================================================================
RCS file: /cvs/e/misc/engage/src/module/e_mod_config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_config.c      26 Jul 2006 17:42:44 -0000      1.6
+++ e_mod_config.c      14 Aug 2006 20:54:02 -0000      1.7
@@ -45,7 +45,7 @@
          v->advanced.create_widgets = _advanced_create_widgets;
 
         snprintf(buf, sizeof(buf), "%s/module.eap", 
e_module_dir_get(eb->engage->module));
-         cfd = e_config_dialog_new(con, "Engage Configuration", buf, 0, v, eb);
+         cfd = e_config_dialog_new(con, "Engage Configuration", "Engage", 
"_e_modules_engage_config_dialog", buf, 0, v, eb);
          eb->cfd = cfd;
       }
 }



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