diff --git a/GUI/MainWindow.xaml.cs b/GUI/MainWindow.xaml.cs index 31dfefa6..9f83bf1d 100644 --- a/GUI/MainWindow.xaml.cs +++ b/GUI/MainWindow.xaml.cs @@ -1136,10 +1136,9 @@ namespace GARbro.GUI GARbro.Shell.File.Delete (file_list); count = file_list.Count(); } - catch + finally { ResumeWatchDirectoryChanges(); - throw; } RefreshView(); SetStatusText (Localization.Format ("MsgDeletedItems", count));