src/download.cpp

changeset 449
f462f0bd3c51
parent 435
bc3a51394953
child 451
7ef26b45ed55
equal deleted inserted replaced
448:9b854708a5c8 449:f462f0bd3c51
421 str dest = err->fileRef(); 421 str dest = err->fileRef();
422 m_prompt->modifyDest (dest); 422 m_prompt->modifyDest (dest);
423 m_prompt->downloadFile (dest, str (PartDownloader::k_UnofficialURL) + dest, false); 423 m_prompt->downloadFile (dest, str (PartDownloader::k_UnofficialURL) + dest, false);
424 } 424 }
425 425
426 if (m_primary) 426 if (m_primary) {
427 addRecentFile (m_fpath);
427 m_prompt->setPrimaryFile (f); 428 m_prompt->setPrimaryFile (f);
429 }
428 430
429 m_prompt->checkIfFinished(); 431 m_prompt->checkIfFinished();
430 } 432 }
431 433
432 // ============================================================================= 434 // =============================================================================

mercurial