From 4fe241276ff026df718810d02cbc77a3ab277ce5 Mon Sep 17 00:00:00 2001 From: poddav Date: Fri, 29 Apr 2022 13:09:26 +0400 Subject: [PATCH] (DeleteItemExec): catch -> finally --- GUI/MainWindow.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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));