mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) #1400, #2308: differentiate warnings and errors; differentiate between local messages and messages from the tracker
This commit is contained in:
@@ -991,8 +991,9 @@ Transmission.prototype =
|
||||
if( torrents.length == 1 )
|
||||
{
|
||||
var t = torrents[0];
|
||||
if( t._error_message )
|
||||
error = t._error_message ;
|
||||
var err = t.getErrorMessage( );
|
||||
if( err )
|
||||
error = err;
|
||||
if( t._comment)
|
||||
comment = t._comment ;
|
||||
if( t._creator )
|
||||
|
||||
Reference in New Issue
Block a user