Matrix fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-11-12 11:55:04 +00:00
parent 96696de22c
commit ce20cbe118
2 changed files with 6 additions and 1 deletions

View file

@ -1856,7 +1856,7 @@ fprintf(stderr, " NSMatrix: selectTextAtRow --- ");
cellClass = defaultCellClass;
}
cellNew = [cellClass methodForSelector: allocSel];
cellInit = [cellClass methodForSelector: initSel];
cellInit = [cellClass instanceMethodForSelector: initSel];
DESTROY(cellPrototype);
}