merge of '580c60138894e89e690be96ec87dcf17034ebbc8'

and 'cd47285793879adfc070a9c4d18ddeff85722b7f'

Monotone-Parent: 580c60138894e89e690be96ec87dcf17034ebbc8
Monotone-Parent: cd47285793879adfc070a9c4d18ddeff85722b7f
Monotone-Revision: 23831e953238f691f5c6c210b4ddec5d7aee5aec

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-04T19:31:59
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
C Robert 2009-09-04 19:31:59 +00:00
commit 1bd01c2ce0
3 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ function foldersSearchCallback(http) {
}
}
else {
dd.innerHTML = '';
dd.appendChild (addFolderNotFoundNode (d, nodeId));
var sd = $("sd" + (nodeId + 1));
sd.observe("click", onTreeItemClick);

View File

@ -152,6 +152,7 @@ function foldersSearchCallback(http) {
}
}
else {
dd.innerHTML = '';
dd.appendChild(addFolderNotFoundNode (d, nodeId, null));
var sd = $("sd" + (nodeId + 1));
sd.observe("click", onTreeItemClick);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB