discomfitor pushed a commit to branch master.

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

commit 9c3427a66c69fbc98674ad47b9597fc4dfa7aa64
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jun 17 15:58:39 2015 -0400

    return an accurate value for override clients in 
e_comp_object_util_zone_get()
---
 src/bin/e_comp_object.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 02b8ffe..d1913ee 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2680,12 +2680,12 @@ e_comp_object_frame_extends_get(Evas_Object *obj, int 
*x, int *y, int *w, int *h
 E_API E_Zone *
 e_comp_object_util_zone_get(Evas_Object *obj)
 {
-   E_Zone *zone;
+   E_Zone *zone = NULL;
 
    SOFT_ENTRY(NULL);
    if (cw)
      zone = cw->ec->zone;
-   else
+   if (!zone)
      {
         int x, y;
 

-- 


Reply via email to