From: Nicolas Boichat Date: Fri, 6 Aug 2004 13:19:36 +0000 (+0000) Subject: - wxbRestorePanel : fixed compile error X-Git-Tag: Release-1.35.1~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0a4b197744fa1b83a500bf25ee2a3bc04fc663e6;p=bacula%2Fbacula - wxbRestorePanel : fixed compile error git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1512 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/wx-console/wxbrestorepanel.cpp b/bacula/src/wx-console/wxbrestorepanel.cpp index 44f522a27a..779c6ad5df 100644 --- a/bacula/src/wx-console/wxbrestorepanel.cpp +++ b/bacula/src/wx-console/wxbrestorepanel.cpp @@ -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); }