aMule Bug Tracker - aMule | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000428 | aMule | Transfer | public | 2005-05-11 08:28 | 2005-05-14 03:43 |
Reporter | eyalzo | ||||
Assigned To | Kry | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 2.0.0 | ||||
Target Version | Fixed in Version | SVN | |||
Fixed in Revision | |||||
Operating System | |||||
Summary | 0000428: Sorting on the UploadList by Transferred is wrong | ||||
Description | Table shows session-transferred, but sort is performed by total-transferred. | ||||
Steps To Reproduce | |||||
Additional Information | See ClientListCtrl.cpp. Method CUploadingView::DrawCell(), column 4: case 4: buffer = CastItoXBytes(client->GetSessionUp()); break; But in method CUploadingView::SortProc(): case 4: return mode * CmpAny( client1->GetTransferedUp(), client2->GetTransferedUp() ); So, sorting should use GetSessionUp() too. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2005-05-11 08:28 | eyalzo | New Issue | |||
2005-05-14 03:43 | Kry | Status | new => assigned | ||
2005-05-14 03:43 | Kry | Assigned To | => Kry | ||
2005-05-14 03:43 | Kry | Status | assigned => resolved | ||
2005-05-14 03:43 | Kry | Fixed in Version | => CVS | ||
2005-05-14 03:43 | Kry | Resolution | open => fixed | ||
2005-05-14 03:43 | Kry | Note Added: 0000969 |
Notes | |||||
|
|||||
|
|