diff -r 954221e01e4e -r 43268373032d historywindow.cpp --- a/historywindow.cpp Mon Jan 14 16:26:59 2008 +0000 +++ b/historywindow.cpp Wed Jun 09 13:14:08 2010 +0000 @@ -155,6 +155,7 @@ void HistoryWindow::closeEvent (QCloseEvent *) { + hide(); emit (windowClosed() ); }