JavaScript: Fix first row selection problem in lists

Monotone-Parent: 8bc28439e37a30c502ed66d8e945e84b978841b0
Monotone-Revision: bc3bfc52f8785d114d335b22f794ece898dbd164

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-19T07:16:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-08-19 07:16:35 +00:00
parent 00979a71f0
commit 658afee248

View File

@@ -601,7 +601,7 @@ function onRowClick(event) {
parentNode.fire("mousedown");
}
}
if (rowIndex)
if (rowIndex != null)
lastClickedRow = rowIndex;
return true;