felipealmeida pushed a commit to branch master.

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

commit 9381604c1922eaebc8d076df7b0dfe4be53d4321
Author: Vitor Sousa <vitorsousasi...@gmail.com>
Date:   Mon Jan 25 21:13:51 2016 -0200

    elm gengrid: replace Ecore_Pos_Map with Ecore.Pos_Map in elm_gengrid.eo
    
    Replace Ecore_Pos_Map with Ecore.Pos_Map in elm_gengrid.eo to correctly
    use the Eolian name of the type.
---
 src/lib/elm_gengrid.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_gengrid.eo b/src/lib/elm_gengrid.eo
index 5dfead5..0d29c3a 100644
--- a/src/lib/elm_gengrid.eo
+++ b/src/lib/elm_gengrid.eo
@@ -524,7 +524,7 @@ class Elm.Gengrid (Elm.Layout, Elm.Interface_Scrollable,
             @since 1.10
          ]]
          params {
-            @in tween_mode: Ecore_Pos_Map; [[ Position mappings for animation 
]]
+            @in tween_mode: Ecore.Pos_Map; [[ Position mappings for animation 
]]
          }
       }
       reorder_mode_stop {

-- 


Reply via email to