From 76b5378996c681ad1311e57a4c7c49dd465e634b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 10 Feb 2014 21:12:02 +0000 Subject: Add some explanation for the future. --- amiga/gui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amiga/gui.c b/amiga/gui.c index 83f2c46a9..92d668a37 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2648,6 +2648,8 @@ void ami_quit_netsurf(void) break; case AMINS_WINDOW: + /* This also closes windows that are attached to the + * gui_window, such as local history and find. */ ShowWindow(gwin->win, WINDOW_BACKMOST); ami_close_all_tabs(gwin); break; -- cgit v1.2.3