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); } }