From 4d62a3fca6eaab2d1f8c0af29f230012f99a4dd1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 8 Feb 2010 20:44:17 +0200 Subject: 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. --- embed/ephy-embed-prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-embed-prefs.c') 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 */ -- cgit v1.2.3