Use current zone instead of always zone 0.

SVN revision: 44344
This commit is contained in:
Christopher Michael 2009-12-11 02:40:11 +00:00
parent fe9c5f663c
commit ffb78f4b8f
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ _il_home_desktop_run(Il_Home_Win *hwin, Efreet_Desktop *desktop)
}
}
eins = e_exec(e_util_container_zone_number_get(0, 0),
eins = e_exec(e_util_zone_current_get(e_manager_current_get()),
desktop, NULL, NULL, "illume-home");
if (eins)
{