See ChangeLog.

Monotone-Parent: 356354346ab317a36d53e8cff4567bfe338fdd72
Monotone-Revision: 87aa0e7fcb103fe297872cf18c946d66064eb96e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-08-18T03:31:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-08-18 03:31:04 +00:00
parent eb53dee4f6
commit 713325b102
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ function regenerateCategoriesMenu() {
var entry = createElement("li");
entry.label = label;
entry.menuCallback = onCategoryMenuEntryClick;
entry.observe("click", onMenuClickHandler);
entry.on("mousedown", onMenuClickHandler);
entry.appendChild(document.createTextNode(label));
list.appendChild(entry);
}