aMule Bug Tracker - aMule
View Issue Details
0001226aMuleExternal Connpublic2007-12-22 18:582008-02-21 18:11
matan 
 
normalminoralways
acknowledgedopen 
SVN 
 
Any
0001226: Transferred, Completed and numeric Progress not update
amulegui does not update those three fields after initially reading them correctly. The graphic progress display is updated correctly.
(version CVS 20071217).
Adding lines

if (tag->SizeDone())file->completedsize = tag->SizeDone();
if (tag->SizeXfer())file->transferred = tag->SizeXfer();

in file amule-remote-gui.cpp, in function CDownQueueRem::ProcessItemUpdate, in the if (m_inc_tags) block (in line 1241), appears to solve this issue.
No tags attached.
Issue History
2007-12-22 18:58matanNew Issue
2007-12-22 18:58matanOperating System => Any
2008-02-21 18:11XaignarNote Added: 0002619
2008-02-21 18:11XaignarStatusnew => acknowledged

Notes
(0002619)
Xaignar   
2008-02-21 18:11   
This has been worked around (by disabling incremental updates), but we need a proper fix, so I'm leaving this bug around.