summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-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;