e_configure: de-e_comp_get()ify

This commit is contained in:
Stefan Schmidt 2015-01-23 13:40:45 +01:00
parent 8c60f2e02c
commit c100027f20
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ e_configure_registry_call(const char *path, Evas_Object *parent, const char *par
{
if (custom_desktop_exec.func)
custom_desktop_exec.func(custom_desktop_exec.data,
e_comp_get(NULL), params, eci->desktop);
e_comp, params, eci->desktop);
else
e_exec(e_zone_current_get(e_comp_get(NULL)),
e_exec(e_zone_current_get(e_comp),
eci->desktop, NULL, NULL, "config");
}
break;