moving reloadcookie() call
authorEnno Boland (tox) <tox@s01.de>
Mon, 26 Oct 2009 21:01:44 +0000 (22:01 +0100)
committerEnno Boland (tox) <tox@s01.de>
Mon, 26 Oct 2009 21:01:44 +0000 (22:01 +0100)
surf.c

diff --git a/surf.c b/surf.c
index a4dc3be..a55a5e2 100644 (file)
--- 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