part of mmap/eet changes patch
authorCarsten Haitzler <raster@rasterman.com>
Tue, 13 Jun 2006 10:20:31 +0000 (10:20 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 13 Jun 2006 10:20:31 +0000 (10:20 +0000)
SVN revision: 23414

AUTHORS
src/bin/e_thumb.c

diff --git a/AUTHORS b/AUTHORS
index e0174ae..43ddf97 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
index 6e25342..dac2edd 100644 (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);
      }   
 }