Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : snow

Dir     : e_modules/snow


Modified Files:
        e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===================================================================
RCS file: /cvs/e/e_modules/snow/e_mod_config.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_config.c      5 Apr 2006 17:48:49 -0000       1.17
+++ e_mod_config.c      3 Jul 2006 07:37:32 -0000       1.18
@@ -24,7 +24,8 @@
 {
    E_Config_Dialog *cfd;
    E_Config_Dialog_View *v;
-
+   char buf[4096];
+   
    v = E_NEW(E_Config_Dialog_View, 1);
 
    v->create_cfdata = _create_data;
@@ -34,7 +35,8 @@
    v->advanced.apply_cfdata = NULL;
    v->advanced.create_widgets = NULL;
 
-   cfd = e_config_dialog_new(con, D_("Snow Configuration"), NULL, 0, v, s);
+   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);
    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