aMule Bug Tracker - aMule | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001226 | aMule | External Conn | public | 2007-12-22 18:58 | 2008-02-21 18:11 |
| Reporter | matan | ||||
| Assigned To | |||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Platform | OS | OS Version | |||
| Product Version | SVN | ||||
| Target Version | Fixed in Version | ||||
| Fixed in Revision | |||||
| Operating System | Any | ||||
| Summary | 0001226: Transferred, Completed and numeric Progress not update | ||||
| Description | amulegui does not update those three fields after initially reading them correctly. The graphic progress display is updated correctly. (version CVS 20071217). | ||||
| Steps To Reproduce | |||||
| Additional Information | 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. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2007-12-22 18:58 | matan | New Issue | |||
| 2007-12-22 18:58 | matan | Operating System | => Any | ||
| 2008-02-21 18:11 | Xaignar | Note Added: 0002619 | |||
| 2008-02-21 18:11 | Xaignar | Status | new => acknowledged | ||
| Notes | |||||
|
|
|||||
|
|
||||