summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/plugin.c2
-rw-r--r--riscos/theme_install.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index 19f0f106f..c08397de4 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -1693,6 +1693,8 @@ void plugin_stream_callback(content_msg msg, struct content *c,
plugin_send_stream_new(p);
break;
+ case CONTENT_MSG_LAUNCH:
+ /* Fall through */
case CONTENT_MSG_ERROR:
/* The plugin we were fetching may have been
* redirected, in that case, the object pointers
diff --git a/riscos/theme_install.c b/riscos/theme_install.c
index 4fa77a687..7f151fd94 100644
--- a/riscos/theme_install.c
+++ b/riscos/theme_install.c
@@ -128,6 +128,7 @@ void theme_install_callback(content_msg msg, struct content *c,
case CONTENT_MSG_REFORMAT:
case CONTENT_MSG_REDRAW:
case CONTENT_MSG_NEWPTR:
+ case CONTENT_MSG_LAUNCH:
case CONTENT_MSG_AUTH:
default:
assert(0);