mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 02:55:26 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user