summaryrefslogtreecommitdiff
path: root/riscos/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/draw.c')
-rw-r--r--riscos/draw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/draw.c b/riscos/draw.c
index b5c13d621..76bda452f 100644
--- a/riscos/draw.c
+++ b/riscos/draw.c
@@ -84,7 +84,8 @@ bool draw_convert(struct content *c)
c->height, source_size);
content__set_title(c, title);
- c->status = CONTENT_STATUS_DONE;
+ content_set_ready(c);
+ content_set_done(c);
/* Done: update status bar */
content_set_status(c, "");
return true;