From 9d3b7b43fd7852ca2736ec9862f30f9d3cdf43aa Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 10 Mar 2008 12:41:41 +0000 Subject: Update status bar when standalone images are done. svn path=/trunk/netsurf/; revision=3917 --- image/jpeg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/jpeg.c') 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; } -- cgit v1.2.3