See Changelog.

Monotone-Parent: da8145e67d54e8449cf6b3fe504e3e4c2d65ae45
Monotone-Revision: 1fa62d3040ac32204ac7c1db40ff1140e7dd5568

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-11T16:04:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-11 16:04:14 +00:00
parent 9de18f4d45
commit 731c43d0bf
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -1258,6 +1258,8 @@ function initContacts(event) {
table.observe("mousedown", onContactSelectionChange);
configureSortableTableHeaders(table);
TableKit.Resizable.init(table, {'trueResize' : true, 'keepWidth' : true});
resetCategoriesMenu();
}
onWindowResize.defer();
@@ -1266,8 +1268,6 @@ function initContacts(event) {
// Default sort options
sorting["attribute"] = "c_cn";
sorting["ascending"] = true;
resetCategoriesMenu();
}
function resetCategoriesMenu() {