From 734e41b598252d135c3c8f77d751056ab60aee28 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 13 Jun 2006 10:20:31 +0000 Subject: [PATCH] part of mmap/eet changes patch SVN revision: 23414 --- AUTHORS | 1 + src/bin/e_thumb.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e0174aea0..43ddf975d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,3 +11,4 @@ Christopher Michael Viktor Kojouharov ilLogict Stafford Horne +Cedric Bail diff --git a/src/bin/e_thumb.c b/src/bin/e_thumb.c index 6e253424b..dac2edd99 100644 --- a/src/bin/e_thumb.c +++ b/src/bin/e_thumb.c @@ -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); } }