|
From: <ki...@us...> - 2008-05-28 13:51:30
|
Revision: 2202
http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2202&view=rev
Author: kimuraw
Date: 2008-05-28 06:51:24 -0700 (Wed, 28 May 2008)
Log Message:
-----------
2008-05-28 kimura wataru <kimuraw@i.nifty.jp>
* framework/src/ruby/osx/objc/oc_import.rb,
tests/tc_subclass.rb:
remove unwanted willChangeValueForKey and didChangeValueForKey.
this bug makes an object to send wrong notification via KVO.
Though the reciever does not have a setter for the key, Cocoa invokes
these methods in setValue:forKey:.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/ruby/osx/objc/oc_import.rb
trunk/src/tests/tc_subclass.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|