(trunk web) #4637 "sorting by size in the web ui" -- patch added.

This commit is contained in:
Jordan Lee
2011-11-28 03:35:33 +00:00
parent 788b1f20a7
commit 2d4d29793c
3 changed files with 17 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ Prefs._SortByAge = 'age';
Prefs._SortByActivity = 'activity';
Prefs._SortByName = 'name';
Prefs._SortByQueue = 'queue_order';
Prefs._SortBySize = 'size';
Prefs._SortByProgress = 'percent_completed';
Prefs._SortByRatio = 'ratio';
Prefs._SortByState = 'state';