about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/keepass/keepass-plugins.patch
blob: 9a7e3fe99832e3c300850d87e8ef3b4977b7ae0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 4cb0b18f5326a07927453897180289a4b254ac4f Mon Sep 17 00:00:00 2001
From: Pascal Winkelmann <pascal@wnklmnn.de>
Date: Tue, 19 May 2020 10:43:49 +0200
Subject: [PATCH] loadplugin

---
 KeePass/Forms/MainForm.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KeePass/Forms/MainForm.cs b/KeePass/Forms/MainForm.cs
index 347eaf5..b92e1e2 100644
--- a/KeePass/Forms/MainForm.cs
+++ b/KeePass/Forms/MainForm.cs
@@ -440,7 +440,7 @@ namespace KeePass.Forms
 				ToolStripItemCollection tsicT = m_ctxTray.Items;
 				ToolStripItem tsiPrevT = m_ctxTrayOptions;
 
-				m_pluginManager.LoadAllPlugins();
$DO_LOADS$+
 
 				m_pluginManager.AddMenuItems(PluginMenuType.Main, tsicM, tsiPrevM);
 				m_pluginManager.AddMenuItems(PluginMenuType.Group, tsicGM, tsiPrevGM);
-- 
2.25.4