summaryrefslogtreecommitdiff
path: root/image/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/bmp.c')
-rw-r--r--image/bmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/bmp.c b/image/bmp.c
index ed1ea6c02..74b03e77b 100644
--- a/image/bmp.c
+++ b/image/bmp.c
@@ -84,6 +84,8 @@ bool nsbmp_convert(struct content *c, int iwidth, int iheight) {
/* exit as a success */
c->bitmap = bmp->bitmap;
c->status = CONTENT_STATUS_DONE;
+ /* Done: update status bar */
+ content_set_status(c, "");
return true;
}