changeset: 155:674fc4b74603
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Mon Oct 26 22:01:44 2009 +0100
files: surf.c
description:
moving reloadcookie() call
diff -r e4376a2e9f9c -r 674fc4b74603 surf.c
--- a/surf.c Mon Oct 26 16:54:33 2009 +0100
+++ b/surf.c Mon Oct 26 22:01:44 2009 +0100
@@ -390,13 +390,13 @@
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
Received on Mon Oct 26 2009 - 21:01:50 UTC
This archive was generated by hypermail 2.2.0 : Mon Oct 26 2009 - 21:12:07 UTC