summaryrefslogtreecommitdiff
path: root/image/webp.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/webp.c')
-rw-r--r--image/webp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/image/webp.c b/image/webp.c
index e4375637f..449b069fb 100644
--- a/image/webp.c
+++ b/image/webp.c
@@ -107,7 +107,9 @@ bool webp_convert(struct content *c)
content__set_title(c, title);
bitmap_modified(c->bitmap);
- c->status = CONTENT_STATUS_DONE;
+
+ content_set_ready(c);
+ content_set_done(c);
content_set_status(c, "");
return true;