From 1dd8fbcda9cbd9e7418cad7572fe88c80d38bb8f Mon Sep 17 00:00:00 2001 From: Vitor Sousa Date: Mon, 18 Jan 2016 15:03:50 -0200 Subject: [PATCH] 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. --- legacy/elementary/src/lib/elm_gengrid_item.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_gengrid_item.eo b/legacy/elementary/src/lib/elm_gengrid_item.eo index ff370b8..78189f9 100644 --- a/legacy/elementary/src/lib/elm_gengrid_item.eo +++ b/legacy/elementary/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 { -- 2.7.4