From 57308f8726828ed69658d6411dd747fe8ca2b013 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 21 Jun 2009 15:12:13 +0000 Subject: Disabled the OS pointers gadget, as apparently it does take effect immediately and I had forgotten about a long-outstanding bug (introduced when compiled with the OS4.1 SDK) which just causes the whole thing to freeze if this option is turned off. svn path=/trunk/netsurf/; revision=7908 --- amiga/gui_options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui_options.c') diff --git a/amiga/gui_options.c b/amiga/gui_options.c index ad3ffbf05..af766c52f 100755 --- a/amiga/gui_options.c +++ b/amiga/gui_options.c @@ -291,6 +291,7 @@ void ami_gui_opts_open(void) GA_ID, GID_OPTS_PTROS, GA_RelVerify, TRUE, GA_Text, gadlab[GID_OPTS_PTROS], + GA_Disabled, TRUE, GA_Selected, option_use_os_pointers, CheckBoxEnd, LayoutEnd, // mouse -- cgit v1.2.3