Monotone-Parent: c22c8fd82f5da327a3d3e8441ba41c1e18f66b7d

Monotone-Revision: 4133aa51d99944a0881e6439951b7325553c5309

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-13T18:06:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2009-06-13 18:06:29 +00:00
parent 98d5c119e7
commit de8ca4149c
2 changed files with 1 additions and 2 deletions

View file

@ -452,7 +452,6 @@ function onPrintCurrentMessage(event) {
function onMailboxTreeItemClick(event) {
var topNode = $("mailboxTree");
var mailbox = this.parentNode.getAttribute("dataname");
if (topNode.selectedEntry)
topNode.selectedEntry.deselect();
this.selectElement();

View file

@ -1,4 +1,4 @@
/* -*- Mode: java; tab-width: 2; c-tab-always-indent: t; indent-tabs-mode: t; c-basic-offset: 2 -*- */
/* -*- Mode: java; tab-width: 2; c-tab-always-indent: t; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
var MailerUIdTreeExtension = {
elementCounter: 1,