summaryrefslogtreecommitdiff
path: root/image/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.c')
-rw-r--r--image/gif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/image/gif.c b/image/gif.c
index 94cba25f1..8afe79485 100644
--- a/image/gif.c
+++ b/image/gif.c
@@ -138,7 +138,8 @@ bool nsgif_convert(struct content *c)
/* Exit as a success */
c->bitmap = gif->frame_image;
- c->status = CONTENT_STATUS_DONE;
+ content_set_ready(c);
+ content_set_done(c);
/* Done: update status bar */
content_set_status(c, "");
return true;