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 cd24f08..a4bcf58 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -375,7 +375,7 @@ libs << elm_h('elc_hoversel.h', 'ElmHoverSel', ["#{NATIVE}/elementary","#{NATIVE libs << elm_h('elc_multibuttonentry.h', 'ElmMultiButtonEntry') libs << elm_h('elc_naviframe.h', 'ElmNaviFrame') libs << elm_h('elm_actionslider.h', 'ElmActionSlider') -#libs << elm_h('elm_app.h', 'ElmApp') +libs << elm_h('elm_app.h', 'ElmApp') libs << elm_h('elm_bg.h', 'ElmBg') libs << elm_h('elm_box.h', 'ElmBox') libs << elm_h('elm_bubble.h', 'ElmBubble') |