Introduction
Introduction Statistics Contact Development Disclaimer Help
tadding surf-directory. - surf - customized build of surf, the suckless webkit …
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 92e8fd101c7b74cd9139bcdd061ab4a58f19a193
parent 05bf05e4a2f0f928106438fb4f4d9fffbb9f7283
Author: Enno Boland (Gottox) <[email protected]>
Date: Mon, 8 Jun 2009 09:39:00 +0200
adding surf-directory.
Diffstat:
M surf.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -472,7 +472,8 @@ int main(int argc, char *argv[]) {
/* cookie persistance */
s = webkit_get_default_session();
home = g_get_home_dir();
- filename = g_build_filename(home, ".surf-cookies", NULL);
+ filename = g_build_filename(home, ".surf", "cookies", NULL);
+ g_mkdir(g_path_get_dirname(filename), 0755);
cookiejar = soup_cookie_jar_text_new(filename, FALSE);
soup_session_add_feature(s, SOUP_SESSION_FEATURE(cookiejar));
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.