From dc85ddb0a82af725d843ecce7fb0183b7fd05352 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 19 Apr 2008 11:07:42 +0000 Subject: Launch redirects to unsupported URLs in other applications. svn path=/trunk/netsurf/; revision=4098 --- riscos/plugin.c | 2 ++ riscos/theme_install.c | 1 + 2 files changed, 3 insertions(+) (limited to 'riscos') 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); -- cgit v1.2.3