summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-07 17:51:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-07 17:51:12 +0000
commit41d7084356e0dd1616d771b260ef8c88319cc7f2 (patch)
tree62f4d77bb7e84ded8de41bb5082e388133bb10b3 /amiga/gui_options.c
parentf5f7dc99319179dcce9e13b2b13cf7da7eb643ae (diff)
downloadnetsurf-41d7084356e0dd1616d771b260ef8c88319cc7f2.tar.gz
netsurf-41d7084356e0dd1616d771b260ef8c88319cc7f2.tar.bz2
Initialise AmigaGuide help system only at the point of first use.
Diffstat (limited to 'amiga/gui_options.c')
-rwxr-xr-xamiga/gui_options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index a5568dac6..d3f713060 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -1930,10 +1930,10 @@ BOOL ami_gui_opts_event(void)
case WMHI_GADGETHELP:
if((result & WMHI_GADGETMASK) == 0) {
/* Pointer not over our window */
- ami_help_open(AMI_HELP_MAIN);
+ ami_help_open(AMI_HELP_MAIN, scrn);
} else {
/* TODO: Make this sensitive to the tab the user is currently on */
- ami_help_open(AMI_HELP_PREFS);
+ ami_help_open(AMI_HELP_PREFS, scrn);
}
break;