treverting sessiontime - surf - customized build of surf, the suckless webkit browser
HTML git clone git://src.adamsgaard.dk/surf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 54df4608668bb5d71ba9e89ba46995bbf5ac6602
DIR parent 1005ea0ac934879485bbdae359325a02fd6ff6fa
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Thu, 3 Jun 2010 22:50:04 +0200
reverting sessiontime
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.def.h b/config.def.h
t@@ -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", \