use gadget zone for evry gadget launcher

probably fixes T2423 maybe
This commit is contained in:
Mike Blumenkrantz 2015-07-29 17:21:00 -04:00
parent 7848947ea0
commit 23349aa349
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ _button_cb_mouse_down(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNU
}
}
win = evry_show(e_zone_current_get(),
win = evry_show(e_gadcon_zone_get(inst->gcc->gadcon),
0, inst->cfg->plugin, !inst->illume_mode);
if (!win) return;