diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 043f80b..27b1097 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -367,7 +367,7 @@ libs << elm_h('elm_entry.h', 'ElmEntry', ["#{NATIVE}/edje","#{NATIVE}/elementary libs << elm_h('elm_list.h', 'ElmList', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"]) libs << elm_h('elc_anchorblock.h', 'ElmAnchorBlock') libs << elm_h('elc_anchorview.h', 'ElmAnchorView') -#libs << elm_h('elc_ctxpopup.h', 'ElmX') +libs << elm_h('elc_ctxpopup.h', 'ElmCtxPopup') libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton') libs << elm_h('elc_fileselector_entry.h', 'ElmFileSelectorEntry') libs << elm_h('elc_fileselector.h', 'ElmFileSelector') |