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.
This commit is contained in:
Vitor Sousa 2016-01-18 15:03:50 -02:00 committed by Felipe Magno de Almeida
parent 45e9a15bd4
commit 1dd8fbcda9
1 changed files with 2 additions and 2 deletions

View File

@ -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 {