Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1From 4cb0b18f5326a07927453897180289a4b254ac4f Mon Sep 17 00:00:00 2001 2From: Pascal Winkelmann <pascal@wnklmnn.de> 3Date: Tue, 19 May 2020 10:43:49 +0200 4Subject: [PATCH] loadplugin 5 6--- 7 KeePass/Forms/MainForm.cs | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10diff --git a/KeePass/Forms/MainForm.cs b/KeePass/Forms/MainForm.cs 11index 347eaf5..b92e1e2 100644 12--- a/KeePass/Forms/MainForm_Functions.cs 13+++ b/KeePass/Forms/MainForm_Functions.cs 14@@ -312,7 +312,$OUTPUT_LC$ @@ namespace KeePass.Forms 15 ToolStripItemCollection tsicT = m_ctxTray.Items; 16 ToolStripItem tsiPrevT = m_ctxTrayOptions; 17 18- m_pluginManager.LoadAllPlugins(); 19$DO_LOADS$+ 20 21 m_pluginManager.AddMenuItems(PluginMenuType.Main, tsicM, tsiPrevM); 22 m_pluginManager.AddMenuItems(PluginMenuType.Group, tsicGM, tsiPrevGM); 23-- 242.25.4 25