part of mmap/eet changes patch

SVN revision: 23414
This commit is contained in:
Carsten Haitzler 2006-06-13 10:20:31 +00:00
parent 8875cab661
commit 734e41b598
2 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ Christopher Michael <devilhorns@devilhorns.us>
Viktor Kojouharov <vkojouharov@gmail.com>
ilLogict <illogict@online.fr>
Stafford Horne <shorne@softhome.net>
Cedric Bail <cedric.bail@free.fr>

View File

@ -572,7 +572,7 @@ _e_thumb_generate(void)
t = thumb_files->data;
if (!e_thumb_exists(t->path))
e_thumb_create(t->path, t->w, t->h);
eet_cacheburst(0);
eet_clearcache();
exit(0);
}
}