Am 12.05.2010 09:59, schrieb Wolfgang Lux: > Author: wlux > Date: Wed May 12 09:59:57 2010 > New Revision: 30361 > > URL: http://svn.gna.org/viewcvs/gnustep?rev=30361&view=rev > Log: > Fix bug where some objects loaded from a .nib file were not sent an > -awakeFromNib message. > > Modified: > libs/gui/trunk/ChangeLog > libs/gui/trunk/Source/GSNibLoading.m
Hi Wolfgang, are you sure this new code is correct now? I changed that same code backwards and forwards a few time in March and your change could break things for Doug again. (See our mails from March, 25th on the GNUstep developer mailing list) If I remember correctly the problem Doug had at that time was that my change resulted in the NIB owner not getting a awakeFromNib message call. Somehow the way Apple uses the names and objects maps in the NIB format is hard to understand. If we ever get it right here, we then should have a look at the XIB loading, this surely is broken as well. _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
