Author: qmathe
Date: Wed May 26 12:11:06 2010
New Revision: 6136

URL: http://svn.gna.org/viewcvs/etoile?rev=6136&view=rev
Log:
Simplified -loadNibAndPrepareUI to ensure -setLayoutView: is called and we 
don't 
rely on _displayViewPrototype as an outlet (aka layoutView).

We were previously crashing on GNUstep because _displayViewPrototype was bound 
to the panel that encloses the ViewModel UI in the Gorm file, but 
-setLayoutView: 
was not being called to make _displayViewPrototype points to the content view.

Note: Gorm doesn't allow to connect an outlet to a window content view unlike 
IB.

Modified:
    
trunk/Etoile/Frameworks/EtoileUI/English.lproj/ViewModelPrototype.gorm/data.info
    
trunk/Etoile/Frameworks/EtoileUI/English.lproj/ViewModelPrototype.gorm/objects.gorm
    trunk/Etoile/Frameworks/EtoileUI/Source/ETViewModelLayout.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to