tadding surf-directory. - 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 92e8fd101c7b74cd9139bcdd061ab4a58f19a193
(DIR) parent 05bf05e4a2f0f928106438fb4f4d9fffbb9f7283
(HTM) Author: Enno Boland (Gottox) <gottox@s01.de>
Date: Mon, 8 Jun 2009 09:39:00 +0200
adding surf-directory.
Diffstat:
M surf.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) 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));