]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bug #436.
authorNicolas Boichat <nicolas@boichat.ch>
Sat, 15 Oct 2005 16:12:35 +0000 (16:12 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Sat, 15 Oct 2005 16:12:35 +0000 (16:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2443 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/wx-console/wxbrestorepanel.cpp

index 58091be19182cc36e5d86e5e6281304a3def7dd9..aaae0d861451e3ad6abcb4ca91ea087796c60644 100644 (file)
@@ -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;