discomfitor pushed a commit to branch master.

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

commit 4bebbf08d9721cf2ef5d5c3352364f333dced6ae
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jan 17 17:41:50 2014 -0500

    use right object to do frame unadjust when setting theme
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index c326a10..bed0884 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2566,7 +2566,7 @@ e_comp_object_frame_theme_set(Evas_Object *obj, const 
char *name)
         int w, h;
 
         w = cw->w, h = cw->h;
-        e_comp_object_frame_wh_unadjust(cw->frame_object, w, h, &cw->w, 
&cw->h);
+        e_comp_object_frame_wh_unadjust(obj, w, h, &cw->w, &cw->h);
         if (cw->ec && ((cw->w != w) || (cw->h != h)))
           {
              cw->ec->changes.size = 1;

-- 


Reply via email to