- Fixed priority column sorting (closes #276190)

This commit is contained in:
Christophe Dumez
2008-09-30 06:14:37 +00:00
parent 1aa0936c91
commit 4f8825e371
2 changed files with 2 additions and 0 deletions

View File

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