discomfitor pushed a commit to branch master.

commit e922fcd32e6d5cf6a01a62ce1a2cb6324603961c
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Apr 18 13:42:00 2013 +0100

    ensure we use edje util zoomap function only on known edje objects
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 07c7d24..7cf10d0 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1862,7 +1862,7 @@ _e_comp_win_shadow_setup(E_Comp_Win *cw)
    else
      edje_object_signal_emit(cw->shobj, "e,state,visible,off", "e");
 
-   if (cw->zoomobj) e_zoomap_child_set(cw->zoomobj, NULL);
+   if (cw->eobj) e_zoomap_child_set(cw->zoomobj, NULL);
    if (cw->bd && cw->bd->bg_object)
      {
         edje_object_part_swallow(cw->bd->bg_object, "e.swallow.client", 
cw->obj);

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to