aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-02-09 02:44:17 +0800
committerXan Lopez <xan@gnome.org>2010-02-09 02:44:17 +0800
commit4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1 (patch)
tree752f501f4fce41b21f2e96c263a8f7c4af9c2772
parentbc6d88e7080b267ec588b299977e02b11b90d87e (diff)
downloadgsoc2013-epiphany-4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1.tar
gsoc2013-epiphany-4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1.tar.gz
gsoc2013-epiphany-4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1.tar.bz2
gsoc2013-epiphany-4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1.tar.lz
gsoc2013-epiphany-4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1.tar.xz
gsoc2013-epiphany-4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1.tar.zst
gsoc2013-epiphany-4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1.zip
ephy-embed-prefs: disable the cache page for now
There's a couple of issues with it we need to figure out, so disable it for the release.
-rw-r--r--embed/ephy-embed-prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 382ff542f..6ab249dfb 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -455,7 +455,7 @@ ephy_embed_prefs_init (void)
"auto-shrink-images", FALSE,
"enable-default-context-menu", FALSE,
"enable-site-specific-quirks", TRUE,
- "enable-page-cache", TRUE,
+ "enable-page-cache", FALSE,
NULL);
/* Connections */