[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #31311] saving .nib file from .gorm seems to work, but it does not
From: |
Fred Kiefer |
Subject: |
[bug #31311] saving .nib file from .gorm seems to work, but it does not |
Date: |
Mon, 27 Dec 2010 20:41:10 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13 |
Follow-up Comment #1, bug #31311 (project gnustep):
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/?31311>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #31311] saving .nib file from .gorm seems to work, but it does not,
Fred Kiefer <=