felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d920406c5102e36417df3d9dec54d2b517217c49
commit d920406c5102e36417df3d9dec54d2b517217c49 Author: Vitor Sousa <[email protected]> Date: Mon Jan 18 15:03:50 2016 -0200 elm gengrid: fix Elm.Gengrid.Item.Scrollto_Type usage in .eo file Use the proper Eolian name "Elm.Gengrid.Item.Scrollto_Type" instead of Elm_Gengrid_Item_Scrollto_Type in functions in elm_gengrid_item.eo. --- src/lib/elm_gengrid_item.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_gengrid_item.eo b/src/lib/elm_gengrid_item.eo index ff370b8..78189f9 100644 --- a/src/lib/elm_gengrid_item.eo +++ b/src/lib/elm_gengrid_item.eo @@ -142,7 +142,7 @@ class Elm.Gengrid_Item(Elm.Widget_Item) region containing the given $item item, if it is not fully visible.]] params { - @in type: Elm_Gengrid_Item_Scrollto_Type; [[Where to position the item in the viewport.]] + @in type: Elm.Gengrid.Item.Scrollto_Type; [[Where to position the item in the viewport.]] } } bring_in { @@ -152,7 +152,7 @@ class Elm.Gengrid_Item(Elm.Widget_Item) it (by scrolling), if it is not fully visible. This will use animation to do so and take a period of time to complete.]] params { - @in type: Elm_Gengrid_Item_Scrollto_Type; [[Where to position the item in the viewport.]] + @in type: Elm.Gengrid.Item.Scrollto_Type; [[Where to position the item in the viewport.]] } } update { --
