Fix bug 286873 (patch by Wevah), r=josh, sr=pinkerton.
This commit is contained in:
Родитель
08e6750370
Коммит
950c79590b
|
@ -70,7 +70,8 @@ NSString* const kCorePasteboardFlavorType_urld = @"CorePasteboardFlavorType 0x75
|
|||
const char* tempCString = [url UTF8String];
|
||||
[self setData:[NSData dataWithBytes:tempCString length:strlen(tempCString)] forType: kCorePasteboardFlavorType_url];
|
||||
|
||||
tempCString = [title UTF8String];
|
||||
if (title)
|
||||
tempCString = [title UTF8String];
|
||||
[self setData:[NSData dataWithBytes:tempCString length:strlen(tempCString)] forType: kCorePasteboardFlavorType_urln];
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче