diff options
Diffstat (limited to 'lib/efl/elm/elm_ctxpopup.rb')
| -rw-r--r-- | lib/efl/elm/elm_ctxpopup.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/efl/elm/elm_ctxpopup.rb b/lib/efl/elm/elm_ctxpopup.rb index 4a874a1..a60d153 100644 --- a/lib/efl/elm/elm_ctxpopup.rb +++ b/lib/efl/elm/elm_ctxpopup.rb @@ -16,7 +16,7 @@ module Efl              search_prefixes 'elm_ctxpopup_'              #              def item_append label, icon=nil, cb=nil, data=nil -                ElmObjectItem.new Native::elm_ctxpopup_item_append @ptr, label, icon, cb, data +                ElmObjectItem.new Native.elm_ctxpopup_item_append @ptr, label, icon, cb, data              end              #          end | 
