shortcut icon bug fixed

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11857 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-10-24 02:32:35 +00:00
parent 89bf192026
commit 4927670ad9

View file

@ -958,7 +958,7 @@ function createTreeMarkup(aNode, sParentSrl, sMenuTree, sMenuTreeNode){
if(sIsStartModule){
sTextWithIcons += " ${h}";
}
if(!htNodeInfo[sNodeSrl].module){
if(!htNodeInfo[sNodeSrl].module && nNodeType === 2){
sTextWithIcons += " ${s}";
}