See ChangeLog

Monotone-Parent: 60ea6e18203007e12287f19ec553de192b334dd6
Monotone-Revision: 5ad09d1387c73089e228fa7e371baffd873a233e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-05-03T19:02:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-05-03 19:02:31 +00:00
parent c9a69a76a7
commit 82e303af71
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -251,6 +251,7 @@ function createAttachment(node, list) {
var fileArray = filename.split(separator);
var attachmentName = document.createTextNode(fileArray[fileArray.length-1]);
attachment.appendChild(attachmentName);
attachment.writeAttribute("title", fileArray[fileArray.length-1]);
}
function clickedEditorSave() {