bug 173145: first time, add to default root folder fails

This commit is contained in:
chanial%noos.fr 2002-10-08 03:12:24 +00:00
Родитель 3afede1887
Коммит 14152f97ca
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -183,8 +183,10 @@ function fillSelectFolderMenupopup ()
var folder = RDF.GetResource("NC:BookmarksRoot");
fillFolder(popup, folder, 0);
if (gList.selectedIndex == -1)
gList.selectedIndex=0;
if (gList.selectedIndex == -1) {
gList.selectedIndex = 0;
gSelectedFolder = "NC:BookmarksRoot";
}
}
function selectFolder(aEvent)