Fix XMPPPresence's getter for type
This commit is contained in:
parent
29966cdd13
commit
63cf5c1845
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
||||||
{
|
{
|
||||||
if (type == nil)
|
if (type == nil)
|
||||||
return @"available";
|
return @"available";
|
||||||
|
return [[type copy] autorelease];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)addShow: (OFString*)show
|
- (void)addShow: (OFString*)show
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue