block comp queues during hide on shutdown
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 15 Jan 2014 22:38:53 +0000 (17:38 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Wed, 15 Jan 2014 23:52:57 +0000 (18:52 -0500)
src/bin/e_comp_object.c

index 02c9fae..f9f8d1d 100644 (file)
@@ -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