Only flush the modified dir. Why do we need to flush this at all?

This commit is contained in:
Steve Checkoway
2006-09-16 03:39:11 +00:00
parent 1b35499f4e
commit e7e034949b
+2 -1
View File
@@ -914,7 +914,8 @@ bool Profile::SaveAllToDir( RString sDir, bool bSignData ) const
FILEMAN->CreateDir( sDir + EDIT_COURSES_SUBDIR );
FILEMAN->CreateDir( sDir + SCREENSHOTS_SUBDIR );
FlushDirCache();
// XXX: Why do we need to flush here?
FILEMAN->FlushDirCache( sDir );
return bSaved;
}