mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 17:06:25 +00:00
Monotone-Parent: f584f3f14a5068b2832a02797f1f2468d9232033
Monotone-Revision: 6177574d3fabbefc759b09f0c6ba42e172090508 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-05T21:42:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -30,7 +30,7 @@ function addLineToTree(tree, parent, line) {
|
||||
for (var i = 1; i < nodes.length; i++) {
|
||||
var folderInfos = nodes[i].split(":");
|
||||
var icon = ResourcesURL + '/';
|
||||
if (folderInfos[2] == 'Contacts')
|
||||
if (folderInfos[2] == 'Contact')
|
||||
icon += 'tb-mail-addressbook-flat-16x16.png';
|
||||
else
|
||||
icon += 'calendar-folder-16x16.png';
|
||||
|
||||
Reference in New Issue
Block a user