diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:36 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:36 +0200 |
commit | b1c2e29d4f3454c216c05d6a1673f4099c954e0b (patch) | |
tree | 9ee42d1be181a612c759e2fb6292343882b5c08a | |
parent | cd947233f9956480844f74f2911004c6d5d83dd9 (diff) | |
download | ffi-efl-b1c2e29d4f3454c216c05d6a1673f4099c954e0b.zip ffi-efl-b1c2e29d4f3454c216c05d6a1673f4099c954e0b.tar.gz |
tools: elc_dayselector.h->elm_dayselector.h
-rwxr-xr-x | tools/extract-api.sh | 2 | ||||
-rwxr-xr-x | tools/genruby.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index be9c011..91baf31 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -50,7 +50,7 @@ for header in \ "${ELM_INCLUDE_DIR}/elm_object.h" \ "${ELM_INCLUDE_DIR}/elm_object_item.h" \ "${ELM_INCLUDE_DIR}/elc_ctxpopup.h" \ - "${ELM_INCLUDE_DIR}/elc_dayselector.h" \ + "${ELM_INCLUDE_DIR}/elm_dayselector.h" \ "${ELM_INCLUDE_DIR}/elc_fileselector_button.h" \ "${ELM_INCLUDE_DIR}/elc_fileselector_entry.h" \ "${ELM_INCLUDE_DIR}/elc_fileselector.h" \ diff --git a/tools/genruby.rb b/tools/genruby.rb index 5be59be..0948dd8 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -366,7 +366,7 @@ libs << elm_h('elm_scroller.h', 'ElmScroller') libs << elm_h('elm_entry.h', 'ElmEntry', ["#{NATIVE}/edje","#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon","#{NATIVE}/elm/elm_scroller"]) libs << elm_h('elm_list.h', 'ElmList', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"]) libs << elm_h('elc_ctxpopup.h', 'ElmCtxPopup') -libs << elm_h('elc_dayselector.h', 'ElmDaySelector') +libs << elm_h('elm_dayselector.h', 'ElmDaySelector') libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton') libs << elm_h('elc_fileselector_entry.h', 'ElmFileSelectorEntry') libs << elm_h('elc_fileselector.h', 'ElmFileSelector') |