diff options
Diffstat (limited to 'lib/efl/native/elm/elm_tooltip.rb')
-rw-r--r-- | lib/efl/native/elm/elm_tooltip.rb | 2 |
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 |