mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:31:07 +00:00
Fixed bug in deallocation of NSTextContainer and NSClipView
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11204 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
967a2f2177
commit
b0663eeb9a
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Thu Oct 18 16:21:37 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSClipView.m ([-dealloc]): Remove us from observing the
|
||||
document view notifications. (Suggestion by Ludovic Marcotte
|
||||
<ludovi@Sophos.ca>)
|
||||
* Source/NSTextContainer.m ([-dealloc]): Remove us from observing
|
||||
the text view notifications. (Suggestion by Ludovic Marcotte
|
||||
<ludovi@Sophos.ca>)
|
||||
|
||||
2001-10-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSMenuItemCell.m (calcSize): Set size to 0 if image does
|
||||
|
|
Loading…
Reference in a new issue