Need propertyList type for native

This commit is contained in:
Matthias Neeracher 2011-08-21 16:02:14 +02:00
parent fa93720c12
commit b2fed163b7

View File

@ -50,7 +50,7 @@
- (id)pasteboardPropertyListForType:(NSString *)type
{
if ([type isEqual:kMADragType]) {
return contents;
return [NSNumber numberWithLong:(long)contents];
} else if ([type isEqual:(NSString *)kUTTypeUTF8PlainText]) {
NSMutableString * stringBuffer = [NSMutableString string];
for (id obj in contents)