зеркало из https://github.com/mozilla/gecko-dev.git
bug 173145: first time, add to default root folder fails
This commit is contained in:
Родитель
3afede1887
Коммит
14152f97ca
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче