summaryrefslogtreecommitdiffstats
path: root/lib/efl
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:23:57 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:23:57 +0100
commit06f9b4dbacccc83f6fe0ecf42cb3c56410051a42 (patch)
tree3bf4038bd8f9cfbd09acadfffccf94876bd0b26b /lib/efl
parent695680a36cc9ed7e37e6c1b4bb276574071b4671 (diff)
downloadffi-efl-06f9b4dbacccc83f6fe0ecf42cb3c56410051a42.zip
ffi-efl-06f9b4dbacccc83f6fe0ecf42cb3c56410051a42.tar.gz
fix elm_tooltip function prefix
Diffstat (limited to 'lib/efl')
-rw-r--r--lib/efl/native/elm/elm_tooltip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_tooltip.rb b/lib/efl/native/elm/elm_tooltip.rb
index 345ac8d..3532580 100644
--- a/lib/efl/native/elm/elm_tooltip.rb
+++ b/lib/efl/native/elm/elm_tooltip.rb
@@ -8,7 +8,7 @@ module Efl
#
module ElmTooltip
#
- FCT_PREFIX = 'elm_' unless const_defined? :FCT_PREFIX
+ FCT_PREFIX = 'elm_object_tooltip_' unless const_defined? :FCT_PREFIX
#
def self.method_missing meth, *args, &block
sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX