Disable thumbnail persistence.

This commit is contained in:
Michael Drake 2012-10-14 19:13:07 +01:00
parent 827d063c6b
commit dbed8312c8
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ void history_add(struct history *history, hlcache_handle *content,
if (!bitmap) {
bitmap = bitmap_create(WIDTH, HEIGHT,
BITMAP_NEW | BITMAP_CLEAR_MEMORY |
BITMAP_OPAQUE | BITMAP_PERSISTENT);
BITMAP_OPAQUE);
if (!bitmap) {
warn_user("NoMemory", 0);
return;