Some small fixes

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@757 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-07-31 16:00:17 +00:00
commit 0a589956d7
5 changed files with 51 additions and 20 deletions

View file

@ -89,6 +89,7 @@ namespace Greenshot.Helpers {
foreach(IGreenshotPlugin plugin in plugins.Values) {
plugin.Shutdown();
}
plugins.Clear();
}
// Add plugins to the Listview