Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : evolume

Dir     : e_modules/evolume/src/module


Modified Files:
        e_mod_cdialog.c 


Log Message:
Evolume module now shows icon in config dialogs.

===================================================================
RCS file: /cvs/e/e_modules/evolume/src/module/e_mod_cdialog.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_cdialog.c     6 Apr 2006 19:13:37 -0000       1.4
+++ e_mod_cdialog.c     3 Jul 2006 13:42:36 -0000       1.5
@@ -31,7 +31,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;
@@ -41,7 +42,8 @@
    v->advanced.apply_cfdata = NULL;
    v->advanced.create_widgets = NULL;
 
-   cfd = e_config_dialog_new(con, _("Mixer Face Configuration"), NULL, 0, v, 
face);
+   snprintf(buf, sizeof(buf), "%s/module.eap", module_root);
+   cfd = e_config_dialog_new(con, _("Mixer Face Configuration"), buf, 0, v, 
face);
 }
 
 static void



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