mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +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
0c81722f8d
commit
371286e8cb
1 changed files with 2 additions and 3 deletions
|
@ -126,7 +126,7 @@ static NSFont *_leafFont;
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
TEST_RELEASE(_alternateImage);
|
||||
TEST_RELEASE (_alternateImage);
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
@ -135,8 +135,7 @@ static NSFont *_leafFont;
|
|||
{
|
||||
NSBrowserCell *c = [super copyWithZone: zone];
|
||||
|
||||
if (_alternateImage)
|
||||
c->_alternateImage = RETAIN(_alternateImage);
|
||||
TEST_RETAIN (_alternateImage);
|
||||
//c->_browsercell_is_leaf = _browsercell_is_leaf;
|
||||
//c->_browsercell_is_loaded = _browsercell_is_loaded;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue