From dbed8312c8b21ac4efaebee5b646a37a0c398b55 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 14 Oct 2012 19:13:07 +0100 Subject: Disable thumbnail persistence. --- desktop/history_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/history_core.c b/desktop/history_core.c index 177de6b29..2430e04e5 100644 --- a/desktop/history_core.c +++ b/desktop/history_core.c @@ -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; -- cgit v1.2.3