| Anonymous | Login | Signup for a new account | 2025-10-29 00:29 CET | ![]() |
| My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| 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 | |||||||
| Summary | 0000428: Sorting on the UploadList by Transferred is wrong | ||||||||
| Description | Table shows session-transferred, but sort is performed by total-transferred. | ||||||||
| 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. | ||||||||
| Fixed in Revision | |||||||||
| Operating System | |||||||||
| 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 | |
| Copyright © 2000 - 2025 MantisBT Team |