seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=a9baa81cf47f4eb9f5af8b1d2b63f4e412f002e2

commit a9baa81cf47f4eb9f5af8b1d2b63f4e412f002e2
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Sat Oct 5 17:25:22 2013 +0900

    elm_web.c: use ECORE_CALLBACK_RENEW instead of EINA_TRUE for 
timer/animator's callbacks return value.
---
 src/lib/elm_web.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_web.c b/src/lib/elm_web.c
index 7c03797..39d40e9 100644
--- a/src/lib/elm_web.c
+++ b/src/lib/elm_web.c
@@ -234,7 +234,7 @@ _view_pan_animator(void *data)
    sd->mouse.y = y;
 
 end:
-   return EINA_TRUE;
+   return ECORE_CALLBACK_RENEW;
 }
 
 static void
@@ -1100,7 +1100,7 @@ _bring_in_anim_cb(void *data,
         sd->bring_in.animator = NULL;
      }
 
-   return EINA_TRUE;
+   return ECORE_CALLBACK_RENEW;
 }
 
 #endif

-- 


Reply via email to