summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Sousa <vitorsousasilva@gmail.com>2016-01-18 15:03:50 -0200
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2016-02-09 13:34:37 -0200
commitd920406c5102e36417df3d9dec54d2b517217c49 (patch)
tree85d14ce6f12cd13eda9be455735ce6fdcf544d9c
parenta7c700648a779ea6a2697ff5dc51798a6a9fdded (diff)
downloadelementary-d920406c5102e36417df3d9dec54d2b517217c49.tar.gz
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.
-rw-r--r--src/lib/elm_gengrid_item.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_gengrid_item.eo b/src/lib/elm_gengrid_item.eo
index ff370b826..78189f98b 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 {