Exec on current zone, not always zero.

SVN revision: 44642
This commit is contained in:
Christopher Michael 2009-12-21 20:58:02 +00:00
parent c506d0db46
commit 5c868a1441
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ _il_kbd_start(void)
{
E_Zone *zone;
zone = e_util_container_zone_number_get(0, 0);
zone = e_util_zone_current_get(e_manager_current_get());
inst = e_exec(zone, desktop, NULL, NULL, "illume-keyboard");
if (inst)
{