tmoving reloadcookie() call - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f347b9f336fc45d4a880db70a9133dc68109db7c
 (DIR) parent b29a8f535675c63a74c504ab64d15dede6deca4a
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon, 26 Oct 2009 22:01:44 +0100
       
       moving reloadcookie() call
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -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