Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
26 lines
828 B
Diff
26 lines
828 B
Diff
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_Functions.cs
|
|
+++ b/KeePass/Forms/MainForm_Functions.cs
|
|
@@ -312,7 +312,$OUTPUT_LC$ @@ 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
|
|
|