Updated config dialog to match latest API.

SVN revision: 24708
This commit is contained in:
David Walter Seikel 2006-08-14 21:18:41 +00:00
parent e1aa99a2dc
commit cc686286fb
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ moon_config_dialog_show(Evas_Object *o)
con = e_container_current_get(e_manager_current_get());
snprintf(buf, sizeof(buf), "%s/module.eap", e_module_dir_get(module));
cfd = e_config_dialog_new(con, D_("Moon Configuration"), buf, 0, v, o);
cfd = e_config_dialog_new(con, D_("Moon Configuration"), "Moon", "_e_modules_moon_config_dialog", buf, 0, v, o);
moon_config->config_dialog = cfd;
}
}