mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Fix darwin compile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16867 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2356f6a8e1
commit
7ea7935d1b
1 changed files with 2 additions and 0 deletions
|
@ -451,7 +451,9 @@ void __dummy_GMAppKit_functionForLinking() {}
|
|||
nc = [unarchiver decodeIntWithName:@"numberOfColumns"];
|
||||
cell_array = [unarchiver decodeObjectWithName:@"cells"];
|
||||
[self renewRows:nr columns:nc];
|
||||
#if GNU_GUI_LIBRARY
|
||||
_selectedRow = _selectedColumn = 0;
|
||||
#endif
|
||||
for (i = 0; (i < [cell_array count]) && (i < nr*nc); i++)
|
||||
{
|
||||
id cell = [cell_array objectAtIndex:i];
|
||||
|
|
Loading…
Reference in a new issue