Author: chris_y
Date: Sat Apr 7 12:30:54 2012
New Revision: 13823
URL:
http://source.netsurf-browser.org?rev=13823&view=rev
Log:
Fix typo and unhide imagecache from about:about
Modified:
trunk/netsurf/content/fetchers/about.c
Modified: trunk/netsurf/content/fetchers/about.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/content/fetchers/about.c?...
==============================================================================
--- trunk/netsurf/content/fetchers/about.c (original)
+++ trunk/netsurf/content/fetchers/about.c Sat Apr 7 12:30:54 2012
@@ -552,7 +552,7 @@
{ "about", SLEN("about"), NULL, fetch_about_about_handler, true },
{ "logo", SLEN("logo"), NULL, fetch_about_logo_handler, true },
/* details about the cache */
- { "imagecache", SLEN("iamgecache"), NULL,
fetch_about_imagecache_handler, true },
+ { "imagecache", SLEN("imagecache"), NULL,
fetch_about_imagecache_handler, false },
/* The default blank page */
{ "blank", SLEN("blank"), NULL, fetch_about_blank_handler, true }
};