bug-gnustep
[Top][All Lists]
Advanced

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

[bug #29719] cannot save some .gorm as nib


From: Fred Kiefer
Subject: [bug #29719] cannot save some .gorm as nib
Date: Sun, 03 Apr 2011 09:29:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0

Follow-up Comment #2, bug #29719 (project gnustep):

If bug #31311 is really a duplicate of this one, then the analysis here is
completely wrong and should be replaced with what I posted for #31311:

The problem here seems to be that Gorm only adds OIDs for the objects
referenced in connections. Your active window doesn't seem to be involved in
any connection, so it is missing from that list and the addObject: call will
fail due to the nil parameter.

The method [NSIBObjectData initWithDocument:] in the file
GormNibWrapperBuilder.m should at least add the window and the menu from the
GormDocument to the OIDs when they aren't present there already.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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