discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=fb18230b27da615259e75b19fcdeb05146d4bff7

commit fb18230b27da615259e75b19fcdeb05146d4bff7
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Wed Jan 15 17:38:53 2014 -0500

    block comp queues during hide on shutdown
---
 src/bin/e_comp_object.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 02c9fae..f9f8d1d 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1795,6 +1795,7 @@ _e_comp_smart_hide(Evas_Object *obj)
    evas_object_hide(cw->clip);
    if (cw->input_obj) evas_object_hide(cw->input_obj);
    evas_object_hide(cw->effect_obj);
+   if (stopping) return;
    if (cw->ec->focused)
      evas_object_focus_set(cw->ec->frame, 0);
    e_comp_render_queue(cw->comp); //force nocomp recheck

-- 


Reply via email to