[loading window] Note to self #2: Refresh the file list before commiting.

This commit is contained in:
Henrik Andersson
2011-06-04 23:37:36 +02:00
parent a233c21188
commit 6c7ebfafe8
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1079,7 +1079,7 @@ int main(int argc, char* argv[])
// depends on SONGINDEX:
SONGMAN = new SongManager;
SONGMAN->InitAll( pLoadingWindow ); // this takes a long time
SONGMAN->InitAll(); // this takes a long time
CRYPTMAN = new CryptManager; // need to do this before ProfileMan
if( PREFSMAN->m_bSignProfileData )
CRYPTMAN->GenerateGlobalKeys();