mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
(trunk gtk) #2389: Sort by Time Left broken in the GTK client
This commit is contained in:
parent
3524ae637e
commit
b7b6580ebc
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ setSort( TrCore * core,
|
|||
sort_func = compareByAge;
|
||||
else if( !strcmp( mode, "sort-by-progress" ) )
|
||||
sort_func = compareByProgress;
|
||||
else if( !strcmp( mode, "sort-by-eta" ) )
|
||||
else if( !strcmp( mode, "sort-by-time-left" ) )
|
||||
sort_func = compareByETA;
|
||||
else if( !strcmp( mode, "sort-by-ratio" ) )
|
||||
sort_func = compareByRatio;
|
||||
|
|
Loading…
Add table
Reference in a new issue