mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Updated csproj files, so we don't have to migrate every time. Added a fix for BUG-1863: Cannot get access to deleted object, and added some small code quality chances. [skip ci]
This commit is contained in:
parent
63e360e254
commit
4f9d6eb865
21 changed files with 112 additions and 54 deletions
|
@ -213,7 +213,7 @@ namespace Greenshot.Helpers {
|
|||
/// </summary>
|
||||
/// <param name="pluginFiles"></param>
|
||||
/// <param name="path"></param>
|
||||
private void findPluginsOnPath(List<string> pluginFiles, String path) {
|
||||
private void findPluginsOnPath(List<string> pluginFiles, string path) {
|
||||
if (Directory.Exists(path)) {
|
||||
try {
|
||||
foreach (string pluginFile in Directory.GetFiles(path, "*.gsp", SearchOption.AllDirectories)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue