]> git.sur5r.net Git - bacula/bacula/commitdiff
Prevent warnings from showing as dialog boxes that can interupt multiple operations
authorDirk H Bartley <dbartley@schupan.com>
Sun, 31 May 2009 22:00:44 +0000 (22:00 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sun, 31 May 2009 22:00:44 +0000 (22:00 +0000)
performed in a foreach.

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

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

index 387794425339a859e5126f27d23ab1302c267348..86f52651a3e0293447c07c7e5c3433db458401c7 100644 (file)
@@ -381,8 +381,7 @@ int DirComm::read()
       case BNET_WARNING_MSG:
          if (mainWin->m_commDebug) Pmsg1(000, "conn %i WARNING MSG\n", m_conn);
          stat = sock_read();          /* get the message */
-         m_console->display_text(msg());
-         QMessageBox::critical(m_console, "Warning", msg(), QMessageBox::Ok);
+         /* QMessageBox::critical(m_console, "Warning", msg(), QMessageBox::Ok); */
          break;
       case BNET_INFO_MSG:
          if (mainWin->m_commDebug) Pmsg1(000, "conn %i INFO MSG\n", m_conn);