Removed DownloadContext::dir_. Use PREF_DIR value instead.

This commit is contained in:
Tatsuhiro Tsujikawa 2010-12-03 13:08:22 +09:00
parent 479f71efaf
commit 0a2b1660fa
24 changed files with 117 additions and 127 deletions

View file

@ -207,7 +207,7 @@ bool HttpResponseCommand::executeInternal()
if(getFileEntry()->getPath().empty()) {
getFileEntry()->setPath
(util::createSafePath
(getDownloadContext()->getDir(), httpResponse->determinFilename()));
(getOption()->get(PREF_DIR), httpResponse->determinFilename()));
}
getFileEntry()->setContentType(httpResponse->getContentType());
getRequestGroup()->preDownloadProcessing();