Fix XMPPPresence's getter for type

This commit is contained in:
Florian Zeitz 2012-01-26 14:52:17 +01:00
parent 29966cdd13
commit 63cf5c1845

View file

@ -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