summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-08 09:47:03 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-08 09:47:03 +0000
commit0fe71fd58a55e047c94cfb0ae7427c85589a645a (patch)
treedc167c0eb45d9e42f1512845d0040fa57e006bcd /amiga/options.h
parentd5e27b2850ebaf6e12a2e5873a4bd4da2c3ef7da (diff)
downloadnetsurf-0fe71fd58a55e047c94cfb0ae7427c85589a645a.tar.gz
netsurf-0fe71fd58a55e047c94cfb0ae7427c85589a645a.tar.bz2
Sticky menus shouldn't be default as they are non-standard
svn path=/trunk/netsurf/; revision=12309
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h2
1 files changed, 1 insertions, 1 deletions
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; \