diff options
Diffstat (limited to 'test/tests/test_buttons.rb')
-rw-r--r-- | test/tests/test_buttons.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests/test_buttons.rb b/test/tests/test_buttons.rb index 9007506..c0e2bb1 100644 --- a/test/tests/test_buttons.rb +++ b/test/tests/test_buttons.rb @@ -27,7 +27,7 @@ module Tests end bt = Efl::Elm::ElmButton.new self bt.text = txt unless txt.nil? - bt.icon = ico if ico + bt.content = ico if ico bt.smart_callback_add "clicked", method(:bt_clicked_cb) bt.smart_callback_add "unpressed", method(:bt_unpressed_cb) @bx.pack_end bt |