summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-17 22:49:01 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-17 22:49:01 +0000
commit1797118cbe9f7a680d08ac2085b6424818b50768 (patch)
tree0d451aca53f0421df1062489ff09802eab98ec44
parent66b52c0af0768c1a697ec3338406580597fb00a6 (diff)
downloadnetsurf-1797118cbe9f7a680d08ac2085b6424818b50768.tar.gz
netsurf-1797118cbe9f7a680d08ac2085b6424818b50768.tar.bz2
disable context menus until i figure out why they have suddenly started crashing
svn path=/trunk/netsurf/; revision=12487
-rw-r--r--amiga/options.h2
1 files changed, 1 insertions, 1 deletions
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; \