Merge heads.

This commit is contained in:
Jonathan Schleifer 2012-01-26 23:25:46 +01:00
commit 73eeb3c507
8 changed files with 64 additions and 55 deletions

View file

@ -81,6 +81,7 @@
{
if (type == nil)
return @"available";
return [[type copy] autorelease];
}