summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:46:38 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:46:38 +0100
commitffd406e187f6f23862ddc53b2fb706969433f9c3 (patch)
tree78f0bce5ba3bf34376c1aa371c8f5081a7883dd8 /tools
parent6a4bd735615354ba0d78fdabfbddcf17871c7f3e (diff)
downloadffi-efl-ffd406e187f6f23862ddc53b2fb706969433f9c3.zip
ffi-efl-ffd406e187f6f23862ddc53b2fb706969433f9c3.tar.gz
elm_toolbar, elm_table: ElmX->...
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index e96e4d9..1ffa340 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -434,10 +434,10 @@ libs << elm_h('elm_slider.h', 'ElmSlider')
libs << elm_h('elm_slideshow.h', 'ElmSlideshow')
libs << elm_h('elm_spinner.h', 'ElmSpinner')
#libs << elm_h('elm_store.h', 'ElmX')
-libs << elm_h('elm_table.h', 'ElmX')
+libs << elm_h('elm_table.h', 'ElmTable')
#libs << elm_h('elm_theme.h', 'ElmX')
#libs << elm_h('elm_thumb.h', 'ElmX')
-libs << elm_h('elm_toolbar.h', 'ElmX', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon"])
+libs << elm_h('elm_toolbar.h', 'ElmToolbar', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon"])
#libs << elm_h('elm_transit.h', 'ElmX')
#libs << elm_h('elm_video.h', 'ElmX')
#libs << elm_h('elm_web.h', 'ElmX')