This commit is contained in:
hyatt%netscape.com 2000-06-14 05:31:47 +00:00
Родитель dd7109ca1f
Коммит bd53b76354
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -238,7 +238,7 @@ nsXULTreeFrame::GetIndexOfItem(nsIPresContext* aPresContext, nsIDOMElement* aEle
nsCOMPtr<nsIContent> content(do_QueryInterface(aElement));
nsCOMPtr<nsIContent> root;
treeOuterGroup->GetContent(getter_AddRefs(root));
return treeOuterGroup->IndexOfItem(root, content, PR_TRUE, PR_TRUE, aResult);
return treeOuterGroup->IndexOfItem(root, content, PR_FALSE, PR_TRUE, aResult);
}
/* void getNumberOfVisibleRows (); */