Enlightenment CVS committal

Author  : ravenlock
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot/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/screenshot/src/e_mod_config.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_config.c      9 Jan 2008 01:00:25 -0000       1.5
+++ e_mod_config.c      20 May 2008 14:53:12 -0000      1.6
@@ -34,7 +34,7 @@
    E_Config_Dialog_View *v = NULL;
    char buf[4096];
 
-   if (e_config_dialog_find("Screenshot", "_screenshot_cfg_dlg")) return NULL;
+   if (e_config_dialog_find("Screenshot", 
"_e_modules_screenshot_config_dialog")) return NULL;
 
    v = E_NEW(E_Config_Dialog_View, 1);
    if (!v) return NULL;
@@ -48,7 +48,7 @@
 
    snprintf(buf, sizeof(buf), "%s/e-module-screenshot.edj", ss_mod->dir);
    cfd = e_config_dialog_new(con, "Screenshot Configuration", "Screenshot", 
-                            "_screenshot_cfg_dlg", buf, 0, v, NULL);
+                            "_e_modules_screenshot_config_dialog", buf, 0, v, 
NULL);
    ss_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