mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:10:36 +00:00
Do not retain/release the data source for a NSTableView
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11172 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
449ae8ff09
commit
d8caceef8e
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Wed Oct 17 18:18:54 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSTableView.m ([-setDataSource:]): Do not release the old
|
||||
data source; do not retain the new one.
|
||||
([-dealloc]): Do not release the data source.
|
||||
(Suggested by Ludovic Marcotte <ludovic@Sophos.ca>)
|
||||
* Source/NSTableView.m ([-initWithCoder:]): Do not retain the data
|
||||
source when decoding it.
|
||||
|
||||
2001-10-16 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GNUmakefile.postamble (before-install): Remove extra /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue