From: Joseph Spiros Date: Sun, 27 Jun 2004 02:30:20 +0000 (+0000) Subject: Fixed a possible crasher where an ITMultilineTextFieldCell is treated as X-Git-Tag: v0.2 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/ae43c1a7ec8eaa7844c69d2bf648b777704cc51c?hp=ae43c1a7ec8eaa7844c69d2bf648b777704cc51c Fixed a possible crasher where an ITMultilineTextFieldCell is treated as an NSTextFieldCell, in having an NSString set as it's objectValue. Previously, ITMultilineTextFieldCell assumed an NSArray as it's objectValue. ---