merge - surf - Surf web browser.
 (HTM) git clone git://r-36.net/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7ce2856194a55a31314c19c81a05008c24076dc8
 (DIR) parent 36129338cfd64fd9aee8862060cddfd186d8b486
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon, 17 May 2010 23:13:44 +0200
       
       merge
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       @@ -5,7 +5,7 @@ static char *progress_trust = "#00FF00";
        static char *stylefile      = ".surf/style.css";
        static char *scriptfile     = ".surf/script.js";
        static char *cookiefile     = ".surf/cookies.txt";
       -static time_t sessiontime   = 0;
       +static time_t sessiontime   = 3600;
        #define NOBACKGROUND 0
        
        #define SETPROP(p, q)     { .v = (char *[]){ "/bin/sh", "-c", \