Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : snow

Dir     : e_modules/snow


Modified Files:
        e_mod_config.c 


Log Message:
Updated config dialog to match latest API.

===================================================================
RCS file: /cvs/e/e_modules/snow/e_mod_config.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_mod_config.c      10 Jul 2006 17:58:59 -0000      1.19
+++ e_mod_config.c      14 Aug 2006 21:14:09 -0000      1.20
@@ -36,7 +36,7 @@
    v->advanced.create_widgets = NULL;
 
    snprintf(buf, sizeof(buf), "%s/module.eap", e_module_dir_get(s->module));
-   cfd = e_config_dialog_new(con, D_("Snow Configuration"), buf, 0, v, s);
+   cfd = e_config_dialog_new(con, D_("Snow Configuration"), "Snow", 
"_e_modules_snow_config_dialog", buf, 0, v, s);
    s->config_dialog = 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