From 0fe71fd58a55e047c94cfb0ae7427c85589a645a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 May 2011 09:47:03 +0000 Subject: Sticky menus shouldn't be default as they are non-standard svn path=/trunk/netsurf/; revision=12309 --- amiga/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/options.h b/amiga/options.h index cd42c8d81..e463c32d9 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -77,7 +77,7 @@ char *option_theme = 0; \ bool option_no_iframes = true; \ bool option_utf8_clipboard = false; \ bool option_context_menu = true; \ -bool option_sticky_context_menu = true; \ +bool option_sticky_context_menu = false; \ bool option_truecolour_mouse_pointers = false; \ bool option_use_os_pointers = true; \ bool option_new_tab_active = false; \ -- cgit v1.2.3