safety - cacheburst to 0 to ensure flushing of eet writes

SVN revision: 18373
This commit is contained in:
Carsten Haitzler 2005-11-08 06:47:48 +00:00
parent 2a9d106492
commit e12efa75b2
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ _e_fm_icon_thumb_generate(void)
sd = thumb_files->data;
if (!e_thumb_exists(sd->file->path))
e_thumb_create(sd->file->path, 48, 48); // thumbnail size
eet_cacheburst(0);
exit(0);
}
}