Enlightenment CVS committal Author : ravenlock Project : e_modules Module : tclock
Dir : e_modules/tclock 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/tclock/e_mod_config.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- e_mod_config.c 24 Jan 2008 18:10:35 -0000 1.37 +++ e_mod_config.c 20 May 2008 14:53:12 -0000 1.38 @@ -30,8 +30,8 @@ E_Container *con; char buf[4096]; - if (e_config_dialog_find("TClock", "_tclock_config_dialog")) return; - + if (e_config_dialog_find("TClock", "_e_modules_tclock_config_dialog")) return; + v = E_NEW (E_Config_Dialog_View, 1); v->create_cfdata = _create_data; @@ -43,7 +43,7 @@ e_module_dir_get (tclock_config->module)); con = e_container_current_get (e_manager_current_get ()); cfd = e_config_dialog_new (con, D_ ("Tclock Configuration"), "TClock", - "_tclock_config_dialog", buf, 0, v, ci); + "_e_modules_tclock_config_dialog", buf, 0, v, ci); tclock_config->config_dialog = 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