From 8753b5a35dac78e70da9bee03c9f85b2ed3566a4 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 3 Oct 2009 11:00:10 +0000 Subject: Implement the ability to stay in memory if all windows are closed. This and no window on startup can be used together to make NetSurf "quick launch" and always available. svn path=/trunk/netsurf/; revision=9603 --- amiga/gui_options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga/gui_options.c') diff --git a/amiga/gui_options.c b/amiga/gui_options.c index 09f37d132..c759ff175 100755 --- a/amiga/gui_options.c +++ b/amiga/gui_options.c @@ -1071,7 +1071,6 @@ void ami_gui_opts_open(void) LAYOUT_AddChild, gow->gadgets[GID_OPTS_CLOSE_NO_QUIT] = CheckBoxObject, GA_ID, GID_OPTS_CLOSE_NO_QUIT, GA_RelVerify, TRUE, - GA_Disabled, TRUE, GA_Text, gadlab[GID_OPTS_CLOSE_NO_QUIT], GA_Selected, option_close_no_quit, CheckBoxEnd, -- cgit v1.2.3