logger.debug("Merging with file " + file.getAbsolutePath());
try {
doc = XmlSerializeTool.readEncryptedFile(password, file);
Element root = doc.getDocumentElement();
PWList other = new PWList(root);
PWList merged = (PWList) list.merge(other);
this.inputChanged(viewer, this.list, merged);
} catch (SysXmlBaseException ex) {
String msg = "Merge with " + file.getAbsolutePath() + " failed\n"