diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-10-26 22:01:44 +0100 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-10-26 22:01:44 +0100 |
commit | f347b9f336fc45d4a880db70a9133dc68109db7c (patch) | |
tree | ada35cd3021683a39dcc7605142673f78793642b /surf.c | |
parent | b29a8f535675c63a74c504ab64d15dede6deca4a (diff) | |
download | surf-f347b9f336fc45d4a880db70a9133dc68109db7c.tar.gz surf-f347b9f336fc45d4a880db70a9133dc68109db7c.tar.bz2 surf-f347b9f336fc45d4a880db70a9133dc68109db7c.zip |
moving reloadcookie() call
Diffstat (limited to 'surf.c')
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |