(DeleteItemExec): catch -> finally

This commit is contained in:
poddav 2022-04-29 13:09:26 +04:00
parent f330b16110
commit 4fe241276f

View File

@ -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));