| moving reloadcookie() call - surf - surf browser, a WebKit based browser | |
| git clone git://git.suckless.org/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit f347b9f336fc45d4a880db70a9133dc68109db7c | |
| parent b29a8f535675c63a74c504ab64d15dede6deca4a | |
| Author: Enno Boland (tox) <[email protected]> | |
| Date: Mon, 26 Oct 2009 22:01:44 +0100 | |
| moving reloadcookie() call | |
| Diffstat: | |
| M surf.c | 2 +- | |
| 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,… | |
| 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 |