mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
fix pasting a url into the torrent window
This commit is contained in:
parent
65b8835e1f
commit
f0e1db9c68
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@
|
||||||
{
|
{
|
||||||
NSURL * url;
|
NSURL * url;
|
||||||
if ((url = [NSURL URLFromPasteboard: [NSPasteboard generalPasteboard]]))
|
if ((url = [NSURL URLFromPasteboard: [NSPasteboard generalPasteboard]]))
|
||||||
[fController openURL: url];
|
[fController openURL: [url absoluteString]];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL) validateMenuItem: (NSMenuItem *) menuItem
|
- (BOOL) validateMenuItem: (NSMenuItem *) menuItem
|
||||||
|
|
Loading…
Reference in a new issue