Updated [GormObjectEditor refreshCells] so that setTitle is not called with

nil anymore (but with @"").
See change <Tue Oct 23 10:32:18 2001> in gnustep/core/gui/Changelog


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2001-10-23 21:24:46 +00:00
parent 73a4bedd22
commit cbe3d5d6fb

View file

@ -591,7 +591,7 @@ static NSMapTable *docMap = 0;
NSButtonCell *but = [self cellAtRow: index/cols column: index%cols];
[but setImage: nil];
[but setTitle: nil];
[but setTitle: @""];
[but setShowsStateBy: NSNoCellMask];
[but setHighlightsBy: NSNoCellMask];
index++;