fix wl crash with layer_block

D920
This commit is contained in:
Mike Blumenkrantz 2014-06-02 07:20:50 -04:00
parent a49cede790
commit c55e16dcb4
1 changed files with 1 additions and 3 deletions

View File

@ -946,9 +946,7 @@ _e_comp_intercept_layer_set(void *data, Evas_Object *obj, int layer)
E_Client *ec;
ec = e_client_above_get(cw->ec);
if (!ec)
ec = e_comp_object_client_get(cw->comp->layers[cw->layer].obj);
evas_object_stack_below(obj, ec->frame);
evas_object_stack_below(obj, ec ? ec->frame : cw->comp->layers[cw->layer].obj);
e_comp_shape_queue(cw->comp);
}
return;