Updated for ivar name change in NSCell

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5466 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 02:47:08 +00:00
parent fbfdb9f16d
commit a0c6c9910b

View file

@ -134,7 +134,7 @@
*/
- (void)setSelectable:(BOOL)flag
{
cell_selectable = NO;
_cell.is_selectable = NO;
}
/*