Fixed missing icon in UIxContactsUserFolders.

Monotone-Parent: d56dcfcfa2ad9eaeb548182071e486328b8a3cce
Monotone-Revision: 8e433a63a6503dd3c80bf9a1462fdf7fe56d4c09

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-01-26T14:47:47
This commit is contained in:
Francis Lachapelle
2012-01-26 14:47:47 +00:00
parent 40ba66330c
commit 455cc7d692
2 changed files with 2 additions and 2 deletions
@@ -196,7 +196,7 @@ function addFolderBranchToTree(tree, user, folder, nodeId, subId, isLast) {
}
function addFolderNotFoundNode (tree, nodeId) {
var icon = ResourcesURL + '/icon_unread.gif';
var icon = ResourcesURL + '/dot.png';
var node = new Node(1, nodeId, _("No possible subscription"), 0, '#',
null, null, '', '', icon, icon);
node._ls = true;