- Fixed ratio column sorting

This commit is contained in:
Christophe Dumez 2008-11-22 14:05:22 +00:00
parent 2aea2a0032
commit c721fad54b
2 changed files with 2 additions and 0 deletions

View file

@ -582,6 +582,7 @@ void FinishedTorrents::toggleFinishedListSortOrder(int index) {
switch(index) {
case F_SIZE:
case F_UPSPEED:
case F_RATIO:
sortFinishedListFloat(index, sortOrder);
break;
default:

View file

@ -678,6 +678,7 @@ void DownloadingTorrents::toggleDownloadListSortOrder(int index) {
case DLSPEED:
case PROGRESS:
case PRIORITY:
case RATIO:
sortDownloadListFloat(index, sortOrder);
break;
default: