Enlightenment CVS committal

Author  : ravenlock
Project : e_modules
Module  : echo

Dir     : e_modules/echo/src


Modified Files:
        e_mod_config.c 


Log Message:
Making sure all module's configuration dialogs have appropriate names and 
classes consistent with the rest of the e_modules.

===================================================================
RCS file: /cvs/e/e_modules/echo/src/e_mod_config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config.c      18 Jan 2008 19:45:58 -0000      1.4
+++ e_mod_config.c      20 May 2008 14:53:11 -0000      1.5
@@ -21,7 +21,7 @@
    E_Config_Dialog_View *v = NULL;
    char buf[4096];
 
-   if (e_config_dialog_find("Echo", "_echo_cfg_dlg")) return NULL;
+   if (e_config_dialog_find("Echo", "_e_modules_echo_config_dialog")) return 
NULL;
 
    v = E_NEW(E_Config_Dialog_View, 1);
    if (!v) return NULL;
@@ -33,7 +33,7 @@
 
    snprintf(buf, sizeof(buf), "%s/e-module-echo.edj", echo_mod->dir);
    cfd = e_config_dialog_new(con, D_("Echo Configuration"), "Echo", 
-                             "_echo_cfg_dlg", buf, 0, v, NULL);
+                             "_e_modules_echo_config_dialog", buf, 0, v, NULL);
    echo_cfg->cfd = cfd;
    return cfd;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to