summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-27 23:52:35 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-27 23:52:35 +0100
commit7d02ae916a9984efb619eac279b4d8e12db0b678 (patch)
treebef9147faf3cc1d0acd08ca98ec6435c6b43eea5 /desktop/gui_factory.c
parent662e950e48b4ad595e602dfc4d51feb9ce75dbbb (diff)
downloadnetsurf-7d02ae916a9984efb619eac279b4d8e12db0b678.tar.gz
netsurf-7d02ae916a9984efb619eac279b4d8e12db0b678.tar.bz2
make launch_url core operation use nsurl
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index a60766647..b3a27fea2 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -515,8 +515,9 @@ static void gui_default_quit(void)
}
-static void gui_default_launch_url(const char *url)
+static nserror gui_default_launch_url(struct nsurl *url)
{
+ return NSERROR_NO_FETCH_HANDLER;
}
static void gui_default_create_form_select_menu(struct browser_window *bw,