Browse Source

- Fixed priority column sorting

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
ba06affec7
  1. 1
      src/FinishedTorrents.cpp
  2. 1
      src/downloadingTorrents.cpp

1
src/FinishedTorrents.cpp

@ -590,6 +590,7 @@ void FinishedTorrents::sortFinishedList(int index){ @@ -590,6 +590,7 @@ void FinishedTorrents::sortFinishedList(int index){
switch(index){
case F_SIZE:
case F_UPSPEED:
case F_PRIORITY:
sortFinishedListFloat(index, sortOrder);
break;
default:

1
src/downloadingTorrents.cpp

@ -782,6 +782,7 @@ void DownloadingTorrents::sortDownloadList(int index, Qt::SortOrder startSortOrd @@ -782,6 +782,7 @@ void DownloadingTorrents::sortDownloadList(int index, Qt::SortOrder startSortOrd
case ETA:
case UPSPEED:
case DLSPEED:
case PRIORITY:
sortDownloadListFloat(index, sortOrder);
break;
case PROGRESS:

Loading…
Cancel
Save