mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:20:37 +00:00
more NSTab* related fixed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7887 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43f024d2d7
commit
9bb6a7ddc6
3 changed files with 33 additions and 11 deletions
|
@ -15,6 +15,15 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
TEST_RELEASE(item_ident);
|
||||
RELEASE(item_label);
|
||||
RELEASE(item_view);
|
||||
RELEASE(item_color);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
// Set identifier.
|
||||
|
||||
- (void)setIdentifier:(id)identifier
|
||||
|
@ -61,7 +70,7 @@
|
|||
- (void)setView:(NSView *)view
|
||||
{
|
||||
if (item_view)
|
||||
RELEASE(item_view);
|
||||
TEST_RELEASE(item_view);
|
||||
|
||||
ASSIGN(item_view, view);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue