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