Changeset 2993

Show
Ignore:
Timestamp:
04/28/06 11:53:51 (3 years ago)
Author:
madcat
Message:

Fixed clearing completed downloads when many files are completed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hngui/downloadlist.cpp

    r2946 r2993  
    303303                        ); 
    304304                        delete it; 
     305                        --i; 
    305306                        continue; 
    306307                } 
     
    314315                                        )->getData() 
    315316                                ); 
     317                                --j; 
    316318                                delete k; 
    317319                        }