added auto-check of shared files after each download. If that causes too much activity, we will make this a option that in on by default

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6154 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-02-27 10:03:54 +00:00
parent 01a1b9dc36
commit 5646e29357

View File

@ -970,11 +970,12 @@ bool ftController::completeFile(std::string hash)
}
rsicontrol->getNotify().notifyDownloadComplete(hash);
rsicontrol->getNotify().notifyDownloadCompleteCount(completeCount);
rsFiles->ForceDirectoryCheck() ;
}
IndicateConfigChanged(); /* completed transfer -> save */
return true;
}
/***************************************************************/