nixpkgs/pkgs/applications/misc/keepass/keepass-plugins.patch

26 lines
801 B
Diff
Raw Normal View History

2020-05-19 09:00:59 +00:00
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
2020-05-19 09:00:59 +00:00
index 347eaf5..b92e1e2 100644
--- a/KeePass/Forms/MainForm.cs
+++ b/KeePass/Forms/MainForm.cs
2020-06-03 08:26:45 +00:00
@@ -440,7 +440,$OUTPUT_LC$ @@ namespace KeePass.Forms
2020-05-19 09:00:59 +00:00
ToolStripItemCollection tsicT = m_ctxTray.Items;
ToolStripItem tsiPrevT = m_ctxTrayOptions;
2020-05-19 09:00:59 +00:00
- m_pluginManager.LoadAllPlugins();
$DO_LOADS$+
2020-05-19 09:00:59 +00:00
m_pluginManager.AddMenuItems(PluginMenuType.Main, tsicM, tsiPrevM);
m_pluginManager.AddMenuItems(PluginMenuType.Group, tsicGM, tsiPrevGM);
--
2.25.4