fix pasting a url into the torrent window

This commit is contained in:
Mitchell Livingston 2009-12-05 15:48:26 +00:00
parent 65b8835e1f
commit f0e1db9c68
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@
{
NSURL * url;
if ((url = [NSURL URLFromPasteboard: [NSPasteboard generalPasteboard]]))
[fController openURL: url];
[fController openURL: [url absoluteString]];
}
- (BOOL) validateMenuItem: (NSMenuItem *) menuItem