1--- old/KeePass/Forms/MainForm.cs
2+++ new/KeePass/Forms/MainForm.cs
3@@ -384,9 +384,$OUTPUT_LC$ @@ namespace KeePass.Forms
4 m_pluginManager.Initialize(m_pluginDefaultHost);
5
6 m_pluginManager.UnloadAllPlugins();
7- if(AppPolicy.Current.Plugins)
8- m_pluginManager.LoadAllPlugins(UrlUtil.GetFileDirectory(
9- WinUtil.GetExecutable(), false, true));
10+ if(AppPolicy.Current.Plugins) {
11$DO_LOADS$+ }
12
13 // Delete old files *after* loading plugins (when timestamps
14 // of loaded plugins have been updated already)