okra pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=02224ae8b3c7fbac973abf3ee424737cc79f5d72
commit 02224ae8b3c7fbac973abf3ee424737cc79f5d72 Author: Stephen 'Okra' Houston <[email protected]> Date: Thu Jan 5 15:35:20 2017 -0600 Luncher: Fix right click menu popup crash. --- src/modules/luncher/bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c index abc478e..be547cb 100644 --- a/src/modules/luncher/bar.c +++ b/src/modules/luncher/bar.c @@ -925,7 +925,7 @@ _bar_icon_add(Instance *inst, Efreet_Desktop *desktop, E_Client *non_desktop_cli snprintf(ori, sizeof(ori), "e,state,off,%s", _bar_location_get(inst)); elm_layout_signal_emit(ic->o_layout, ori, "e"); - msg = alloca(sizeof(Edje_Message_Int_Set)); + msg = alloca(sizeof(Edje_Message_String)); if (inst->cfg->style) msg->str = strdup(inst->cfg->style); edje_object_message_send(elm_layout_edje_get(ic->o_layout), EDJE_MESSAGE_STRING, 1, msg); --
