bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #21445] Gorm crashes when changing the name of an outlet/action


From: Gregory John Casamento
Subject: [bug #21445] Gorm crashes when changing the name of an outlet/action
Date: Sun, 28 Oct 2007 03:17:51 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]