disable context menus until i figure out why they have suddenly started crashing

svn path=/trunk/netsurf/; revision=12487
This commit is contained in:
Chris Young 2011-06-17 22:49:01 +00:00
parent 66b52c0af0
commit 1797118cbe
1 changed files with 1 additions and 1 deletions

View File

@ -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; \