(svn r18287) -Fix (r17841): a not properly updated list caused reading just freed memory which caused buttons to not work as they should

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 15 years ago
parent 93ef16c520
commit 6941db6c39

@ -757,6 +757,8 @@ public:
virtual void OnInvalidateData(int data)
{
if (this->content.NeedRebuild()) this->BuildContentList();
/* To sum all the bytes we intend to download */
this->filesize_sum = 0;
bool show_select_all = false;

Loading…
Cancel
Save