Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net/src


Modified Files:
        e_mod_configure.c 


Log Message:
Use correct edj file for icon.

===================================================================
RCS file: /cvs/e/e_modules/net/src/e_mod_configure.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_mod_configure.c   7 Oct 2007 21:26:48 -0000       1.11
+++ e_mod_configure.c   31 Oct 2007 14:15:19 -0000      1.12
@@ -38,7 +38,7 @@
    v->basic.apply_cfdata = _apply_data;
    v->basic.create_widgets = _basic_create;
    
-   snprintf(buf, sizeof(buf), "%s/net.edj", e_module_dir_get(cfg->mod));
+   snprintf(buf, sizeof(buf), "%s/e-module-net.edj", 
e_module_dir_get(cfg->mod));
    con = e_container_current_get(e_manager_current_get());
    cfd = e_config_dialog_new(con, D_("Net Module Configuration"), "Net", 
                             "_netmod_config_dialog", buf, 0, v, ci);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to