summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-14 19:13:07 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-14 19:13:07 +0100
commitdbed8312c8b21ac4efaebee5b646a37a0c398b55 (patch)
tree452fb4aca2be5bdd9f66e1afd3eb13909c881a03
parent827d063c6b13826b4546af9eb48c8beb57661a98 (diff)
downloadnetsurf-dbed8312c8b21ac4efaebee5b646a37a0c398b55.tar.gz
netsurf-dbed8312c8b21ac4efaebee5b646a37a0c398b55.tar.bz2
Disable thumbnail persistence.
-rw-r--r--desktop/history_core.c2
1 files changed, 1 insertions, 1 deletions
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;