From 8e9c0020aa776ee54f481650408a9c56f6fac77c 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 41bdc17..9bd62f6 100644 --- a/e_mod_main.c +++ b/e_mod_main.c @@ -454,7 +454,7 @@ e_modapi_save(E_Module *m) EAPI int e_modapi_about(E_Module *m) { - e_module_dialog_show(D_("Enlightenment Mail Module"), + e_module_dialog_show(m, D_("Enlightenment Mail Module"), D_("This is a module to notify when you have new mail.")); return 1; }