From 3724099a6c97a9471df874270d1f08f977b55ef8 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 2 Jul 2006 19:06:16 +0000 Subject: [PATCH] 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 --- e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e_mod_main.c b/e_mod_main.c index 5286491..21e88ee 100644 --- a/e_mod_main.c +++ b/e_mod_main.c @@ -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; }