Don't scroll to row=1 in the bookmarks manager

git-svn-id: svn://10.0.0.236/trunk@141700 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
chanial%noos.fr 2003-04-23 17:57:26 +00:00
parent dd33f9c74a
commit 85f55566c9

View File

@ -60,9 +60,7 @@ function Startup()
rowIndex = 1;
}
bookmarksView.treeBoxObject.scrollToRow(rowIndex);
bookmarksView.treeBoxObject.selection.select(rowIndex);
windowNode.setAttribute("title", titleString);
document.getElementById("CommandUpdate_Bookmarks").setAttribute("commandupdater","true");