summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:43:35 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:43:35 +0100
commit156be17f641a60ee20e94f46adefa1bdac17dbba (patch)
tree0f2f0f4e020ebe2e19dca4ce9e8003beca8099ed
parent67f0698ea72f83eb9a6b0a76db4e3b8b627f1c90 (diff)
downloadffi-efl-156be17f641a60ee20e94f46adefa1bdac17dbba.zip
ffi-efl-156be17f641a60ee20e94f46adefa1bdac17dbba.tar.gz
elementary_all.rb: add missing require elm_bg
-rw-r--r--lib/efl/elementary_all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/elementary_all.rb b/lib/efl/elementary_all.rb
index a656af6..71e49a8 100644
--- a/lib/efl/elementary_all.rb
+++ b/lib/efl/elementary_all.rb
@@ -12,7 +12,7 @@ require 'efl/elm/elm_anchorblock'
require 'efl/elm/elm_anchorview'
#require 'efl/elm/elm_app'
#require 'efl/elm/elm_authors'
-#require 'efl/elm/elm_bg'
+require 'efl/elm/elm_bg'
require 'efl/elm/elm_box'
require 'efl/elm/elm_bubble'
require 'efl/elm/elm_button'