From f2993e6ed037023e28837c7c666627380235bd14 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 14:55:23 +0000 Subject: content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url svn path=/trunk/netsurf/; revision=13236 --- render/form.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'render/form.c') diff --git a/render/form.c b/render/form.c index ac5dbe9cc..d11630192 100644 --- a/render/form.c +++ b/render/form.c @@ -1500,7 +1500,7 @@ void form_submit(hlcache_handle *h, struct browser_window *target, url_destroy_components(&components); - browser_window_go(target, url, nsurl_access(content_get_url(h)), + browser_window_go(target, url, nsurl_access(hlcache_handle_get_url(h)), true); break; @@ -1513,13 +1513,13 @@ void form_submit(hlcache_handle *h, struct browser_window *target, } browser_window_go_post(target, form->action, data, 0, - true, nsurl_access(content_get_url(h)), + true, nsurl_access(hlcache_handle_get_url(h)), false, true, 0); break; case method_POST_MULTIPART: browser_window_go_post(target, form->action, 0, - success, true, nsurl_access(content_get_url(h)), + success, true, nsurl_access(hlcache_handle_get_url(h)), false, true, 0); break; } -- cgit v1.2.3