SVN revision: 25337
This commit is contained in:
David Walter Seikel 2006-09-02 10:01:55 +00:00
parent 816872b607
commit 1a54ae1937
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ e_module_dialog_show(E_Module *m, const char *title, const char *body)
snprintf(eap, sizeof(eap), "%s/module.desktop", e_module_dir_get(m));
if (ecore_file_exists(eap))
{
EAPI E_App *app;
E_App *app;
app = e_app_new(eap, 0);
if (app)