part of mmap/eet changes patch


			
			
				devs/princeamd/enlightenment-0.17-elive
			
			
		
Carsten Haitzler 18 years ago
parent 8875cab661
commit 734e41b598
  1. 1
      AUTHORS
  2. 2
      src/bin/e_thumb.c

@ -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>

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

Loading…
Cancel
Save