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/gif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image/gif.c') diff --git a/image/gif.c b/image/gif.c index 657f1a666..02cb89bcb 100644 --- a/image/gif.c +++ b/image/gif.c @@ -122,6 +122,8 @@ bool nsgif_convert(struct content *c, int iwidth, int iheight) { */ c->bitmap = gif->frame_image; c->status = CONTENT_STATUS_DONE; + /* Done: update status bar */ + content_set_status(c, ""); return true; } -- cgit v1.2.3