From 1797118cbe9f7a680d08ac2085b6424818b50768 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 17 Jun 2011 22:49:01 +0000 Subject: disable context menus until i figure out why they have suddenly started crashing svn path=/trunk/netsurf/; revision=12487 --- 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 eda3fbee7..dda6f5127 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -74,7 +74,7 @@ char *option_modeid = 0; \ int option_cache_bitmaps = 0; \ char *option_theme = 0; \ bool option_utf8_clipboard = false; \ -bool option_context_menu = true; \ +bool option_context_menu = false; \ bool option_sticky_context_menu = false; \ bool option_truecolour_mouse_pointers = false; \ bool option_use_os_pointers = true; \ -- cgit v1.2.3