[epiphany] Enable page cache for real, now.



commit dd6a43a539a51b16e434209f13750e456ef0aa8b
Author: Gustavo Noronha Silva <gns gnome org>
Date:   Thu Jan 21 18:23:40 2010 -0200

    Enable page cache for real, now.
    
    All critical bugs have been fixed, we already depend on a new enough
    version of WebKit, and this feature needs testing.

 embed/ephy-embed-prefs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index bccf725..0323d32 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -396,6 +396,7 @@ ephy_embed_prefs_init (void)
                 "auto-shrink-images", FALSE,
                 "enable-default-context-menu", FALSE,
                 "enable-site-specific-quirks", TRUE,
+                "enable-page-cache", TRUE,
                 NULL);
 
   /* Connections */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]