some bugfixes in Log and guiLog

This commit is contained in:
floty
2010-12-18 23:10:10 +00:00
parent 4f89969bd3
commit 0e46188ff3
11 changed files with 78 additions and 29 deletions
+1 -2
View File
@@ -26,7 +26,6 @@
#include <net/socket_msg.h>
#include "tools.h"
#include "guilog.h"
#include "session.h"
#include "game.h"
#include "guiwrapper.h"
@@ -988,7 +987,7 @@ bool startWindowImpl::eventFilter(QObject *obj, QEvent *event)
{
if (event->type() == QEvent::Close) {
event->ignore();
myGuiInterface->getMyLog()->closeLogDbAtExit();
// mySession->getMyLog()->closeLogDbAtExit();
return QMainWindow::eventFilter(obj, event);
}
else {