mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(DeleteItemExec): catch -> finally
This commit is contained in:
parent
f330b16110
commit
4fe241276f
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user