From 08969b478673da584625b0ca43691080eec58ea7 Mon Sep 17 00:00:00 2001 From: Steve Fryatt Date: Tue, 11 Oct 2011 08:51:39 +0000 Subject: Make external hotlist support default to off. svn path=/trunk/netsurf/; revision=13033 --- riscos/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/options.h b/riscos/options.h index 84c76af43..a83644f72 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -103,7 +103,7 @@ char *option_theme_path = 0; \ char *option_theme_save = 0; \ bool option_thumbnail_iconise = true; \ bool option_interactive_help = true; \ -bool option_external_hotlists = true; +bool option_external_hotlists = false; #define EXTRA_OPTION_TABLE \ { "use_mouse_gestures", OPTION_BOOL, &option_use_mouse_gestures },\ -- cgit v1.2.3