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/svg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/svg.c') 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; } -- cgit v1.2.3