jackdanielz pushed a commit to branch master.

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

commit c2e10ffa3a8c6376de09d6553b87e66f94500cc5
Author: Avi Levin <avi.le...@samsung.com>
Date:   Tue Jun 9 16:09:52 2015 +0300

    elm_panel: porting evas smart callbacks to eo
---
 src/lib/elm_panel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_panel.c b/src/lib/elm_panel.c
index 94d767a..67ef1f0 100644
--- a/src/lib/elm_panel.c
+++ b/src/lib/elm_panel.c
@@ -1314,7 +1314,8 @@ _scroll_cb(Evas_Object *obj, void *data EINA_UNUSED)
           }
         break;
      }
-   evas_object_smart_callback_call(obj, SIG_SCROLL, (void *) &event);
+   eo_do(obj, eo_event_callback_call
+     (EVAS_SCROLLABLE_INTERFACE_EVENT_SCROLL, (void *) &event));
 }
 
 EOLIAN static Eina_Bool

-- 


Reply via email to