diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 16:43:14 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 16:43:14 +0100 |
commit | 04170bc0a407b106a10576e51369f91dc95ce19f (patch) | |
tree | b33dcce7a9a06455b7dc810219bcb969c1536884 /lib/efl/elm/elm_genlist.rb | |
parent | bd3ae6b7e425dac8485e4dd2462b0c8fe145865a (diff) | |
download | ffi-efl-04170bc0a407b106a10576e51369f91dc95ce19f.zip ffi-efl-04170bc0a407b106a10576e51369f91dc95ce19f.tar.gz |
fix mix between genlist and gengrid
Diffstat (limited to 'lib/efl/elm/elm_genlist.rb')
-rw-r--r-- | lib/efl/elm/elm_genlist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/elm/elm_genlist.rb b/lib/efl/elm/elm_genlist.rb index 38cca8b..ffc2fdb 100644 --- a/lib/efl/elm/elm_genlist.rb +++ b/lib/efl/elm/elm_genlist.rb @@ -9,7 +9,7 @@ module Efl # module Elm # - class ElmList < ElmObject + class ElmGenList < ElmObject # include Helper constructor :elm_genlist_add |