]> granicus.if.org Git - transmission/commitdiff
(trunk) #5619 'Invalid magnet link gives no error dialog' -- fixed with patch by...
authorJordan Lee <jordan@transmissionbt.com>
Tue, 15 Apr 2014 21:26:52 +0000 (21:26 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 15 Apr 2014 21:26:52 +0000 (21:26 +0000)
web/javascript/transmission.js

index fba8b1e50e1e2854385524c179e5e434bf0e9c13..bd317db493c5bf3f4befddb2af44939470bf6ee7 100644 (file)
@@ -982,7 +982,7 @@ Transmission.prototype =
                                };
                                remote.sendRequest (o, function(response) {
                                        if (response.result != 'success')
-                                               alert ('Error adding "' + file.name + '": ' + response.result);
+                                               alert ('Error adding "' + url + '": ' + response.result);
                                });
                        }
                }