[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUMail - editing window crash
From: |
Riccardo Mottola |
Subject: |
Re: GNUMail - editing window crash |
Date: |
Mon, 03 Feb 2014 10:16:19 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23 |
Hi,
Riccardo Mottola wrote:
So do you suggest removing line 213, setDelegate:self?
The NIB file just sets the delegate to NSOwner.
sleep brings enlightenment they say.
The NSOwner is the File's owner, thus, the class which loads the
interface bundle, right?
Thus, if it is the EditWindowController which loads the NIB in
initWithWindowNibName by using:
self = [super initWithWindowNibName: windowNibName];
it means that the delegate in this case is the controller and thus the
equivalent would indeed be "setDelegate: self" ? In that case not
setting is not making it equivalent to Mac at all.
Riccardo