From e5374cc042645cc03bccb37fea0730d88a5ae879 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 15 Aug 2012 19:00:50 +0100 Subject: Let contents broadcast explicit status messages as well as announce that their internal status has been updated. --- content/content.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index 8b089cd1e..758a615ce 100644 --- a/content/content.c +++ b/content/content.c @@ -169,6 +169,7 @@ nserror content_llcache_callback(llcache_handle *llcache, (void) llcache_handle_get_source_data(llcache, &source_size); content_set_status(c, messages_get("Processing")); + msg_data.explicit_status_text = NULL; content_broadcast(c, CONTENT_MSG_STATUS, msg_data); content_convert(c); @@ -182,6 +183,7 @@ nserror content_llcache_callback(llcache_handle *llcache, break; case LLCACHE_EVENT_PROGRESS: content_set_status(c, event->data.msg); + msg_data.explicit_status_text = NULL; content_broadcast(c, CONTENT_MSG_STATUS, msg_data); break; } -- cgit v1.2.3