about summary refs log tree commit diff
path: root/pkgs/applications/misc/keepass/keepass-plugins.patch
blob: 1a32d77806a475a90bee265bafa8653e13f56a49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- old/KeePass/Forms/MainForm.cs
+++ new/KeePass/Forms/MainForm.cs
@@ -384,9 +384,$OUTPUT_LC$ @@ namespace KeePass.Forms
 			m_pluginManager.Initialize(m_pluginDefaultHost);
 
 			m_pluginManager.UnloadAllPlugins();
-			if(AppPolicy.Current.Plugins)
-				m_pluginManager.LoadAllPlugins(UrlUtil.GetFileDirectory(
-					WinUtil.GetExecutable(), false, true));
+			if(AppPolicy.Current.Plugins) {
$DO_LOADS$+			}
 
 			// Delete old files *after* loading plugins (when timestamps
 			// of loaded plugins have been updated already)