Monotone-Parent: 2b4b3166fde94aa23081f426fb0b81c34f751ff3

Monotone-Revision: 5c0de45fa3f0bb43dab8922b009180e24c4b7319

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-15T22:24:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-11-15 22:24:48 +00:00
parent cd1f7bdd2a
commit 563d5937d9
+1 -1
View File
@@ -1306,7 +1306,7 @@ function onCategoriesMenuPrepareVisibility() {
if (contactsList) {
var rows = contactsList.getSelectedRows();
if (rows.length > 0) {
var catList = rows[0].getAttribute("categories"); log ("cats = " + catList);
var catList = rows[0].getAttribute("categories");
var catsArray;
if (catList && catList.length > 0) {
catsArray = catList.split(",");