diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:52:27 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:52:27 +0100 |
commit | a7e1eb7ed9cbc2613c2dc4b4306228d9f3fcd117 (patch) | |
tree | fbada4f47a0680eae1a029915b98fa34ca96f0c6 /test | |
parent | ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3 (diff) | |
download | ffi-efl-a7e1eb7ed9cbc2613c2dc4b4306228d9f3fcd117.zip ffi-efl-a7e1eb7ed9cbc2613c2dc4b4306228d9f3fcd117.tar.gz |
must use title_set instead of title= instide instance_eval
Diffstat (limited to 'test')
-rw-r--r-- | test/test_elm_win.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_elm_win.rb b/test/test_elm_win.rb index 9bf00ca..01d03a2 100644 --- a/test/test_elm_win.rb +++ b/test/test_elm_win.rb @@ -11,7 +11,7 @@ class MyWin < Elm::ElmWin # def initialize name, title, &block super FFI::MemoryPointer::NULL, name, &block - title = title + title_set title feed smart_callback_add "delete,request", method(:on_delete), FFI::MemoryPointer.from_string("my data") end |