[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some small issues..
From: |
Nicola Pero |
Subject: |
Re: Some small issues.. |
Date: |
Thu, 18 Oct 2001 16:28:56 +0100 (BST) |
Brilliant! :-)
Applied.
> In NSTextContainer: - (void) setTextView:
>
> we add an observer on our textView but we never remove it! So, our object
> *will* receive notifications even after beeing deallocated.
> Same thing for NSClipView. In - (void) setDocumentView: (NSView*)aView, we
> add two observers and we never remove them.