View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000428aMuleTransferpublic2005-05-11 08:282005-05-14 03:43
Reportereyalzo 
Assigned ToKry 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.0.0 
Target VersionFixed in VersionSVN 
Summary0000428: Sorting on the UploadList by Transferred is wrong
DescriptionTable shows session-transferred, but sort is performed by total-transferred.
Additional InformationSee 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.
TagsNo tags attached.
Fixed in Revision
Operating System
Attached Files

- Relationships

-  Notes
(0000969)
Kry (manager)
2005-05-14 03:43

Solved. Many thanks.

- 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 - 2024 MantisBT Team
Powered by Mantis Bugtracker