Fixed a possible crasher where an ITMultilineTextFieldCell is treated as v0.2
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 27 Jun 2004 02:30:20 +0000 (02:30 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Sun, 27 Jun 2004 02:30:20 +0000 (02:30 +0000)
commitae43c1a7ec8eaa7844c69d2bf648b777704cc51c
tree1dfde26572832ff7be3148cb9707703716593abe
parentc6baa45585d2caea0a6d824a63e308e47f2f52de
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.
ITMultilineTextFieldCell.m