summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-26 22:01:44 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-26 22:01:44 +0100
commitf347b9f336fc45d4a880db70a9133dc68109db7c (patch)
treeada35cd3021683a39dcc7605142673f78793642b /surf.c
parentb29a8f535675c63a74c504ab64d15dede6deca4a (diff)
downloadsurf-f347b9f336fc45d4a880db70a9133dc68109db7c.tar.gz
surf-f347b9f336fc45d4a880db70a9133dc68109db7c.tar.bz2
surf-f347b9f336fc45d4a880db70a9133dc68109db7c.zip
moving reloadcookie() call
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
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