adding surf-directory.
authorEnno Boland (Gottox) <gottox@s01.de>
Mon, 8 Jun 2009 07:39:00 +0000 (09:39 +0200)
committerEnno Boland (Gottox) <gottox@s01.de>
Mon, 8 Jun 2009 07:39:00 +0000 (09:39 +0200)
surf.c

diff --git a/surf.c b/surf.c
index caf5391..97981b7 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -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));