Follow-up Comment #3, bug #21445 (project gnustep):

The problem appears to be related to a change that was made in
validateEditing here:

              tb = [_tableColumns objectAtIndex: _editedColumn];
              
              [self _setObjectValue: newObjectValue
                    forTableColumn: tb
                    row: _editedRow];


The newObjectValue used to be "string".   When I change it back to string it
works fine.

GJC

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21445>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to