commit f347b9f336fc45d4a880db70a9133dc68109db7c
parent b29a8f535675c63a74c504ab64d15dede6deca4a
Author: Enno Boland (tox) <tox@s01.de>
Date: Mon, 26 Oct 2009 22:01:44 +0100
moving reloadcookie() call
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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