From: Nicolas Boichat Date: Sat, 15 Oct 2005 16:12:35 +0000 (+0000) Subject: Fix bug #436. X-Git-Tag: Release-1.38.0~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed418b58d539f001605363c0929803ddb24f3e38;p=bacula%2Fbacula Fix bug #436. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2443 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/wx-console/wxbrestorepanel.cpp b/bacula/src/wx-console/wxbrestorepanel.cpp index 58091be191..aaae0d8614 100644 --- a/bacula/src/wx-console/wxbrestorepanel.cpp +++ b/bacula/src/wx-console/wxbrestorepanel.cpp @@ -1127,7 +1127,7 @@ void wxbRestorePanel::CmdConfigApply() { dt = new wxbDataTokenizer(true); wxbUtils::WaitForPrompt(wxString() << fileset << wxT("\n")); def = wxT("1"); - cfgUpdated = cfgUpdated & (~(1 << ConfigFileset)); + cfgUpdated = cfgUpdated & (~(1 << ConfigStorage)); } else { cfgUpdated = 0;