mirror of
https://github.com/transmission/transmission
synced 2025-02-22 22:20:39 +00:00
(trunk) #5619 'Invalid magnet link gives no error dialog' -- fixed with patch by dale2507
This commit is contained in:
parent
34870bb938
commit
e02b244300
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ Transmission.prototype =
|
||||||
};
|
};
|
||||||
remote.sendRequest (o, function(response) {
|
remote.sendRequest (o, function(response) {
|
||||||
if (response.result != 'success')
|
if (response.result != 'success')
|
||||||
alert ('Error adding "' + file.name + '": ' + response.result);
|
alert ('Error adding "' + url + '": ' + response.result);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue