cedric pushed a commit to branch master.

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

commit 6420fce66caffc9a569fba5fb8eb61fd5bd2e746
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Fri Jul 31 09:28:24 2015 +0530

    genlist: port "changed" evas smart callback to Eo.
---
 src/lib/elm_genlist.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index f628fa0..b8395e2 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -2438,7 +2438,8 @@ _elm_genlist_pan_evas_object_smart_calculate(Eo *obj, 
Elm_Genlist_Pan_Data *psd)
    evas_event_thaw(evas_object_evas_get(obj));
    evas_event_thaw_eval(evas_object_evas_get(obj));
 
-   evas_object_smart_callback_call(sd->obj, SIG_CHANGED, NULL);
+   eo_do(psd->wobj, eo_event_callback_call
+         (ELM_INTERFACE_SCROLLABLE_EVENT_CHANGED, NULL));
 }
 
 EOLIAN static void

-- 


Reply via email to