diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:44:55 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:44:55 +0100 |
commit | 54e8ad8b8701a813035b4035d63fe067563bec90 (patch) | |
tree | 22aff39ec27202b22cc68e39a6d9d2eb71130fbb /lib | |
parent | f38875117d6f6298587a7b34d1aaf30c2e7fc6e3 (diff) | |
download | ffi-efl-54e8ad8b8701a813035b4035d63fe067563bec90.zip ffi-efl-54e8ad8b8701a813035b4035d63fe067563bec90.tar.gz |
fix enotify,ebluez module name
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efl/native/ebluez.rb | 2 | ||||
-rw-r--r-- | lib/efl/native/enotify.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/ebluez.rb b/lib/efl/native/ebluez.rb index 47fa37d..f7dee21 100644 --- a/lib/efl/native/ebluez.rb +++ b/lib/efl/native/ebluez.rb @@ -6,7 +6,7 @@ require 'efl/native/edbus' # module Efl # - module Edbus + module Ebluez # FCT_PREFIX = 'e_bluez_' unless const_defined? :FCT_PREFIX # diff --git a/lib/efl/native/enotify.rb b/lib/efl/native/enotify.rb index bbe3d80..4e38528 100644 --- a/lib/efl/native/enotify.rb +++ b/lib/efl/native/enotify.rb @@ -6,7 +6,7 @@ require 'efl/native/edbus' # module Efl # - module Edbus + module Enotify # FCT_PREFIX = 'e_notification_' unless const_defined? :FCT_PREFIX # |