SVN revision: 47571
This commit is contained in:
Carsten Haitzler 2010-03-30 00:02:19 +00:00
parent 0b231e99ce
commit 04af71119f
1 changed files with 6 additions and 0 deletions

View File

@ -299,6 +299,12 @@ main()
eet_close(util_ef);
eet_close(ef);
/* ahem - if u have no existing efreet cache - it simply deletes the new
* files it created and u never get anything. force changed to be 1 - quick
* fix.
*/
changed = 1;
/* unlink old cache files */
if (changed)
{