moving reloadcookie() call
This commit is contained in:
parent
b29a8f5356
commit
f347b9f336
2
surf.c
2
surf.c
|
@ -390,13 +390,13 @@ linkhover(WebKitWebView *v, const char* t, const char* l, Client *c) {
|
||||||
void
|
void
|
||||||
loadcommit(WebKitWebView *view, WebKitWebFrame *f, Client *c) {
|
loadcommit(WebKitWebView *view, WebKitWebFrame *f, Client *c) {
|
||||||
setatom(c, uriprop, geturi(c));
|
setatom(c, uriprop, geturi(c));
|
||||||
reloadcookies();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
loadstart(WebKitWebView *view, WebKitWebFrame *f, Client *c) {
|
loadstart(WebKitWebView *view, WebKitWebFrame *f, Client *c) {
|
||||||
c->progress = 0;
|
c->progress = 0;
|
||||||
update(c);
|
update(c);
|
||||||
|
reloadcookies();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue