summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.c')
-rw-r--r--image/jpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index 523a52fce..57c70213e 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -153,6 +153,8 @@ bool nsjpeg_convert(struct content *c, int w, int h)
width, height, c->source_size);
c->size += height * rowstride + 100;
c->status = CONTENT_STATUS_DONE;
+ /* Done: update status bar */
+ content_set_status(c, "");
return true;
}