diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2013-03-12 21:27:38 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-03-13 03:07:11 +0800 |
commit | fb1168182e81dfc295fd9927805f1e5038d8b49c (patch) | |
tree | 71123d65e64da88cafdbf36d10efee82f493f62e /embed | |
parent | 7c634f7c171250525eb63b3024e289bbea270458 (diff) | |
download | gsoc2013-epiphany-fb1168182e81dfc295fd9927805f1e5038d8b49c.tar.gz gsoc2013-epiphany-fb1168182e81dfc295fd9927805f1e5038d8b49c.tar.zst gsoc2013-epiphany-fb1168182e81dfc295fd9927805f1e5038d8b49c.zip |
Set the disk cache directory depending on the ephy mode in WebKit2
https://bugzilla.gnome.org/show_bug.cgi?id=695345
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-single.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 289fa162a..861b4effe 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -186,7 +186,6 @@ ephy_embed_single_initialize (EphyEmbedSingle *single) char *filename; char *cookie_policy; - /* TODO: SoupCache, SSL */ web_context = webkit_web_context_get_default (); /* Store cookies in moz-compatible SQLite format */ |