summaryrefslogtreecommitdiffstats
path: root/test/test_elm_win.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-08-18 12:14:43 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-08-18 12:14:43 +0200
commit6ca43be0b836a82864fdcb2509c3e999a8453f34 (patch)
tree3ac6cf4878ce7d94f2728f1394b8bb4640fc0e40 /test/test_elm_win.rb
parent68306c1ef2f35082a73825a4d38ce0ed347098f5 (diff)
downloadffi-efl-6ca43be0b836a82864fdcb2509c3e999a8453f34.zip
ffi-efl-6ca43be0b836a82864fdcb2509c3e999a8453f34.tar.gz
fix test_elm_win-native.rb and test_elm_win.rb
Diffstat (limited to 'test/test_elm_win.rb')
-rw-r--r--test/test_elm_win.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_elm_win.rb b/test/test_elm_win.rb
index be735b8..d872fa8 100644
--- a/test/test_elm_win.rb
+++ b/test/test_elm_win.rb
@@ -22,7 +22,7 @@ class MyWin < Elm::ElmWin
end
resize_object_add @bg
@lb = Elm::ElmLabel.new(self) do |lb|
- lb.label = "Hello World!"
+ lb.text_set "Hello World!"
lb.size_hint_align_fill
lb.size_hint_weight_expand
end