From a7e1eb7ed9cbc2613c2dc4b4306228d9f3fcd117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 27 Feb 2012 15:52:27 +0100 Subject: must use title_set instead of title= instide instance_eval --- README.rdoc | 2 +- test/test_elm_win.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 88fe7f9..8586d99 100644 --- a/README.rdoc +++ b/README.rdoc @@ -21,7 +21,7 @@ A ruby-ffi binding to efl libraries (Enlightenment Foundation Libraries). 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 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 -- cgit v1.1-2-g2b99