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 25f25baf49
commit a5dff348ac
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ e_modapi_about(E_Module *module)
snprintf(title, sizeof(title), "%s %s", D_("Moon Clock Module"),
PACKAGE_VERSION);
e_module_dialog_show(title,
e_module_dialog_show(module, title,
D_("Display current phase of the moon ala e16 E-MoonClock"));
return 1;
}