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 --- css/css.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/css.c') diff --git a/css/css.c b/css/css.c index 381d9a5aa..e34169080 100644 --- a/css/css.c +++ b/css/css.c @@ -946,6 +946,9 @@ void css_atimport_callback(content_msg msg, struct content *css, case CONTENT_MSG_SSL: #endif /* todo: handle AUTH and SSL */ + + case CONTENT_MSG_LAUNCH: + /* Fall through */ case CONTENT_MSG_ERROR: /* The stylesheet we were fetching may have been * redirected, in that case, the object pointers -- cgit v1.2.3