Enlightenment CVS committal Author : ravenlock Project : e_modules Module : notification
Dir : e_modules/notification/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/notification/src/e_mod_config.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_mod_config.c 7 Mar 2008 19:52:14 -0000 1.3 +++ e_mod_config.c 20 May 2008 14:53:12 -0000 1.4 @@ -28,7 +28,7 @@ E_Config_Dialog_View *v = NULL; char buf[4096]; - if (e_config_dialog_find("Notification", "_notification_cfg_dlg")) return NULL; + if (e_config_dialog_find("Notification", "_e_modules_notification_config_dialog")) return NULL; v = E_NEW(E_Config_Dialog_View, 1); if (!v) return NULL; @@ -40,7 +40,7 @@ snprintf(buf, sizeof(buf), "%s/e-module-notification.edj", notification_mod->dir); cfd = e_config_dialog_new(con, D_("Notification Configuration"), "Notification", - "_notification_cfg_dlg", buf, 0, v, NULL); + "_e_modules_notification_config_dialog", buf, 0, v, NULL); notification_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