summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index 19fd2b806..25b2afe54 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -219,7 +219,9 @@ bool plugin_convert(struct content *c, int width, int height)
c->width = width;
c->height = height;
- c->status = CONTENT_STATUS_DONE;
+ content_set_ready(c);
+ content_set_done(c);
+
return true;
}