Monotone-Parent: 13615e3a056f85c87049c664f725060e540006e1

Monotone-Revision: 682fa13875615480f8ed7c009317a6fd3050050b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-06-12T14:27:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-06-12 14:27:40 +00:00
parent 4860c47f3d
commit bae181672b

View File

@@ -581,7 +581,8 @@ function configureAbToolbar() {
function configureContactFolders() {
var contactFolders = $("contactFolders");
if (contactFolders) {
Event.observe(contactFolders, "mousedown", onFolderSelectionChange, false);
Event.observe(contactFolders, "mousedown", listRowMouseDownHandler);
Event.observe(contactFolders, "click", onFolderSelectionChange);
var lis = contactFolders.childNodesWithTag("li");
for (var i = 0; i < lis.length; i++)
setEventsOnContactFolder(lis[i]);