mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DeleteItemExec): catch -> finally
This commit is contained in:
@@ -1136,10 +1136,9 @@ namespace GARbro.GUI
|
|||||||
GARbro.Shell.File.Delete (file_list);
|
GARbro.Shell.File.Delete (file_list);
|
||||||
count = file_list.Count();
|
count = file_list.Count();
|
||||||
}
|
}
|
||||||
catch
|
finally
|
||||||
{
|
{
|
||||||
ResumeWatchDirectoryChanges();
|
ResumeWatchDirectoryChanges();
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
RefreshView();
|
RefreshView();
|
||||||
SetStatusText (Localization.Format ("MsgDeletedItems", count));
|
SetStatusText (Localization.Format ("MsgDeletedItems", count));
|
||||||
|
|||||||
Reference in New Issue
Block a user