jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7a33ca696e9707b75f752c05a2d5b6bd84ef8fcb

commit 7a33ca696e9707b75f752c05a2d5b6bd84ef8fcb
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Mon Oct 17 19:28:14 2016 +0900

    map: Fix elm_map usage (typo)
---
 src/lib/elementary/elm_map.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_map.c b/src/lib/elementary/elm_map.c
index 1d57f5f..1f88385 100644
--- a/src/lib/elementary/elm_map.c
+++ b/src/lib/elementary/elm_map.c
@@ -3896,7 +3896,7 @@ _elm_map_pan_efl_gfx_position_set(Eo *obj, 
Elm_Map_Pan_Data *_pd EINA_UNUSED, Ev
    if (_evas_object_intercept_call(obj, EVAS_OBJECT_INTERCEPT_CB_MOVE, 0, x, 
y))
      return;
 
-   efl_gfx_position_set(efl_super(obj, MY_CLASS), x, y);
+   efl_gfx_position_set(efl_super(obj, MY_PAN_CLASS), x, y);
    evas_object_smart_changed(obj);
 }
 

-- 


Reply via email to