sigui: reload on delete too.

0.96
Török Edvin 15 years ago
parent d4773c6169
commit 81744e61b8
  1. 3
      win32/clamav-for-windows/sigui/SigUI/SigUIMain.cpp

@ -868,7 +868,8 @@ void SigUIFrame::m_deleteOnButtonClick( wxCommandEvent& WXUNUSED(event) )
wxFileName filepath(GetExecPath(), file);
if (!wxRemoveFile(filepath.GetFullPath())) {
wxLogError(_("Can't remove file %s"), filepath.GetFullPath());
}
} else
reload();
}
wxWakeUpIdle();

Loading…
Cancel
Save