From ed418b58d539f001605363c0929803ddb24f3e38 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Sat, 15 Oct 2005 16:12:35 +0000 Subject: [PATCH] Fix bug #436. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2443 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/wx-console/wxbrestorepanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5