summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 21:12:02 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 21:12:02 +0000
commit76b5378996c681ad1311e57a4c7c49dd465e634b (patch)
tree4ec79f26d0bc6ef2ebd8423156cd6e2328c91acc
parent5087fde086ab45981547582355ba06ae2c73c286 (diff)
downloadnetsurf-76b5378996c681ad1311e57a4c7c49dd465e634b.tar.gz
netsurf-76b5378996c681ad1311e57a4c7c49dd465e634b.tar.bz2
Add some explanation for the future.
-rw-r--r--amiga/gui.c2
1 files changed, 2 insertions, 0 deletions
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;