From 0a4b197744fa1b83a500bf25ee2a3bc04fc663e6 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 6 Aug 2004 13:19:36 +0000 Subject: [PATCH] - wxbRestorePanel : fixed compile error git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1512 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/wx-console/wxbrestorepanel.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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); } -- 2.39.5