Make all active e_modules work with the new e_module_dialog_show function

change(s). If you get errors building these, update e17/apps/e .


SVN revision: 23661
This commit is contained in:
Christopher Michael 2006-07-02 19:06:16 +00:00
parent c5a112d3a2
commit 3724099a6c
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ e_modapi_save(E_Module *m)
EAPI int
e_modapi_about(E_Module *m)
{
e_module_dialog_show(D_("Enlightenment Network Monitor Module"), D_("This module is used to monitor a network device."));
e_module_dialog_show(m, D_("Enlightenment Network Monitor Module"), D_("This module is used to monitor a network device."));
return 1;
}