]> git.sur5r.net Git - bacula/bacula/commitdiff
This resolves one of the issues with restoring. The windows restores are still
authorDirk H Bartley <dbartley@schupan.com>
Fri, 30 May 2008 02:59:33 +0000 (02:59 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Fri, 30 May 2008 02:59:33 +0000 (02:59 +0000)
not working correctly.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7054 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/console/console.cpp

index 3d7eb2c81277db25e4308f89d8f743ae4d6ca193..68fce9ffc3141961a02e8110a626551c9685e105 100644 (file)
@@ -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;
          }