mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixed exception (was caught but unneeded)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1738 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
541e5327eb
commit
48ef5ca0c9
1 changed files with 1 additions and 3 deletions
|
@ -261,10 +261,8 @@ namespace Greenshot.Helpers {
|
||||||
|
|
||||||
// check if this plugin is already available
|
// check if this plugin is already available
|
||||||
PluginAttribute checkPluginAttribute = null;
|
PluginAttribute checkPluginAttribute = null;
|
||||||
try {
|
if (tmpAttributes.ContainsKey(pluginAttribute.Name)) {
|
||||||
checkPluginAttribute = tmpAttributes[pluginAttribute.Name];
|
checkPluginAttribute = tmpAttributes[pluginAttribute.Name];
|
||||||
} catch {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (checkPluginAttribute != null) {
|
if (checkPluginAttribute != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue