removed call to IndicateConfigChanged() when completing a cache file

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7152 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-02-26 21:53:27 +00:00
parent 79be0e0452
commit 50317d935d

View file

@ -973,7 +973,9 @@ bool ftController::completeFile(std::string hash)
rsFiles->ForceDirectoryCheck() ;
}
IndicateConfigChanged(); /* completed transfer -> save */
if(!(flags & RS_FILE_REQ_CACHE))
IndicateConfigChanged(); /* completed transfer -> save config */
return true;
}