devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c66f43593d4b31fc5ea2b8c11bdc482763f1c021
commit c66f43593d4b31fc5ea2b8c11bdc482763f1c021 Author: Chris Michael <[email protected]> Date: Tue Feb 3 10:35:08 2015 -0500 de-e_comp_get()-ify e_utils Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_utils.c b/src/bin/e_utils.c index 364a9ac..d2c2b7e 100644 --- a/src/bin/e_utils.c +++ b/src/bin/e_utils.c @@ -835,7 +835,7 @@ e_util_win_auto_resize_fill(Evas_Object *win) if (ec) zone = ec->zone; if (!zone) - zone = e_zone_current_get(e_comp_get(NULL)); + zone = e_zone_current_get(e_comp); if (zone) { --
