Fred Kiefer wrote:
> I make these changes and you can comment on them.

It turned out that the patch I made had a big problem. :-)

The new code in itself was correct, but there is a long standing bug in
NSButtonCell #11946 (With a reference to the even older #4635). And as
long as the setXXXTitle: methods on NSButtonCell fall back to
setStringValue: we cannot use setObjectValue: in the method
setStringValue: NSCell.
Looks like we need to fix one bug first before we can work properly on
the other. For now Riccardo has added a work around that will allow
NSCell to operate again. In the long run we should be able to remove
this workaround again.

Fred


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to