Hi Wolfgang, Wolfgang Lux wrote:
The problem seems to be that the IMAPView's implementation of the NSOutlineViewDataSource protocol is buggy. Apparently, the data source method -outlineView:numberOfChildrenOfItem: returns that the root of the outline view has one or more children, but then when the outline view requests these children with the -outlineView:child:ofItem: method, the data source returns nil for one of the children.
http://svn.gna.org/viewcvs/gnustep-nonfsf/apps/gnumail/Bundles/Account/AccountEditorWindowController.m?r1=248&r2=257
This fix was just too aggressive, I need to initialize the folders after init, but before any of the gui setup code. I fixed that.
Thanks. Riccardo _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
