mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
WIP Lib version 2.39.1
This commit is contained in:
@@ -104,6 +104,9 @@ namespace ModernKeePassLib.Utility
|
||||
// 1690:
|
||||
// Removing items from a list view doesn't work properly.
|
||||
// https://sourceforge.net/p/keepass/bugs/1690/
|
||||
// 1716:
|
||||
// 'Always on Top' doesn't work properly on the Cinnamon desktop.
|
||||
// https://sourceforge.net/p/keepass/bugs/1716/
|
||||
// 2139:
|
||||
// Shortcut keys are ignored.
|
||||
// https://sourceforge.net/p/keepass/feature-requests/2139/
|
||||
@@ -560,7 +563,7 @@ namespace ModernKeePassLib.Utility
|
||||
{
|
||||
// Mono's WriteRecentlyUsedFiles method also loads the
|
||||
// XML file using XmlDocument
|
||||
XmlDocument xd = new XmlDocument();
|
||||
XmlDocument xd = XmlUtilEx.CreateXmlDocument();
|
||||
xd.Load(strFile);
|
||||
}
|
||||
catch(Exception) // The XML file is invalid
|
||||
|
Reference in New Issue
Block a user