From f347b9f336fc45d4a880db70a9133dc68109db7c Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 26 Oct 2009 22:01:44 +0100 Subject: [PATCH] moving reloadcookie() call --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf.c b/surf.c index a4dc3be..a55a5e2 100644 --- a/surf.c +++ b/surf.c @@ -390,13 +390,13 @@ linkhover(WebKitWebView *v, const char* t, const char* l, Client *c) { void loadcommit(WebKitWebView *view, WebKitWebFrame *f, Client *c) { setatom(c, uriprop, geturi(c)); - reloadcookies(); } void loadstart(WebKitWebView *view, WebKitWebFrame *f, Client *c) { c->progress = 0; update(c); + reloadcookies(); } void -- 2.20.1