]> git.sur5r.net Git - bacula/bacula/commitdiff
- wxbRestorePanel : fixed compile error
authorNicolas Boichat <nicolas@boichat.ch>
Fri, 6 Aug 2004 13:19:36 +0000 (13:19 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Fri, 6 Aug 2004 13:19:36 +0000 (13:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1512 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/wx-console/wxbrestorepanel.cpp

index 44f522a27a539f3b6487d00a4eedfd851af66856..779c6ad5df1a759699539a75a3ea538e818a2a30 100644 (file)
@@ -921,12 +921,6 @@ void wxbRestorePanel::CmdStart() {
             break;
          }
          delete tableparser;
-
-         wxStopWatch sw2;
-         while (sw2.Time() < 1000) {  
-            wxTheApp->Yield(true);
-            ::wxUsleep(100);
-         }
          
          dt = wxbUtils::WaitForEnd(".messages\n", true);
                   
@@ -961,7 +955,7 @@ void wxbRestorePanel::CmdStart() {
          delete dt;
          
          wxStopWatch sw2;
-         while (sw2.Time() < 1000) {  
+         while (sw2.Time() < 10000) {  
             wxTheApp->Yield(true);
             ::wxUsleep(100);
          }