forked from e16/e16
1
0
Fork 0

Don't disable background scan progress bars when restarted.

SVN revision: 40608
This commit is contained in:
Kim Woelders 2009-05-12 21:21:28 +00:00
parent 8ae0ed89f5
commit b985bcb78a
1 changed files with 1 additions and 2 deletions

View File

@ -157,8 +157,7 @@ MenuLoadFromDirectory(Menu * m)
skip_dir_cache:
Esnprintf(s, sizeof(s), "Scanning %s", dir);
if (!Mode.wm.restart)
p = ProgressbarCreate(s, 600, 16);
p = ProgressbarCreate(s, 600, 16);
if (p)
ProgressbarShow(p);