mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 20:08:51 +00:00
Monotone-Parent: 469d156712114bc63eea7b914bbf76d4166fc60e
Monotone-Revision: f4a48c355ec45a380e52409f4443bd4198ea038a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-21T20:46:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1381,7 +1381,7 @@ function mailboxMenuNode(type, name) {
|
||||
var newNode = document.createElement("li");
|
||||
var icon = MailerUIdTreeExtension.folderIcons[type];
|
||||
if (!icon)
|
||||
icon = "tbtv_leaf_corner_17x17.pngf";
|
||||
icon = "tbtv_leaf_corner_17x17.png";
|
||||
var image = document.createElement("img");
|
||||
image.src = ResourcesURL + "/" + icon;
|
||||
newNode.appendChild(image);
|
||||
|
||||
Reference in New Issue
Block a user