From: Dirk H Bartley Date: Fri, 30 May 2008 02:59:33 +0000 (+0000) Subject: This resolves one of the issues with restoring. The windows restores are still X-Git-Tag: Release-3.0.0~1370 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b6d8e1a2f439873c79e6b51626b13ec55b14ce5;p=bacula%2Fbacula This resolves one of the issues with restoring. The windows restores are still not working correctly. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7054 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/console/console.cpp b/bacula/src/qt-console/console/console.cpp index 3d7eb2c812..68fce9ffc3 100644 --- a/bacula/src/qt-console/console/console.cpp +++ b/bacula/src/qt-console/console/console.cpp @@ -628,7 +628,7 @@ int Console::read() break; } app->processEvents(); - if (m_api_set && m_messages_pending) { + if (m_api_set && m_messages_pending && m_notifier->isEnabled()) { write_dir(".messages"); m_messages_pending = false; }