mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 18:50:48 +00:00
Tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8304 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef3dd49a06
commit
c2f133dbf2
1 changed files with 2 additions and 3 deletions
|
@ -126,7 +126,7 @@ static NSFont *_leafFont;
|
||||||
|
|
||||||
- (void) dealloc
|
- (void) dealloc
|
||||||
{
|
{
|
||||||
TEST_RELEASE(_alternateImage);
|
TEST_RELEASE (_alternateImage);
|
||||||
|
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
@ -135,8 +135,7 @@ static NSFont *_leafFont;
|
||||||
{
|
{
|
||||||
NSBrowserCell *c = [super copyWithZone: zone];
|
NSBrowserCell *c = [super copyWithZone: zone];
|
||||||
|
|
||||||
if (_alternateImage)
|
TEST_RETAIN (_alternateImage);
|
||||||
c->_alternateImage = RETAIN(_alternateImage);
|
|
||||||
//c->_browsercell_is_leaf = _browsercell_is_leaf;
|
//c->_browsercell_is_leaf = _browsercell_is_leaf;
|
||||||
//c->_browsercell_is_loaded = _browsercell_is_loaded;
|
//c->_browsercell_is_loaded = _browsercell_is_loaded;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue