From 881cede9c6c90322da037d4e715f0c952ecb8824 Mon Sep 17 00:00:00 2001 From: chombier <> Date: Mon, 18 Jun 2001 09:11:29 +0000 Subject: [PATCH] close-box fix for log --- macssh/source/main/event.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/macssh/source/main/event.c b/macssh/source/main/event.c index 7e5c411..71d19ca 100755 --- a/macssh/source/main/event.c +++ b/macssh/source/main/event.c @@ -1326,8 +1326,10 @@ void CloseAWindow(WindowPtr theWindow) switch(((WindowPeek)theWindow)->windowKind) { case WIN_CONSOLE: // Debugger(); // Can't close the console window + // can't close it, but we can hide it... + DebugKeys(TRUE, 39, -1); break; - + case WIN_LOG: if (theWindow == ftplog->wind) { CheckItem(myMenus[Fil],FLlog,FALSE);