Update new code from aviary branch for API changes in bug 221619.

git-svn-id: svn://10.0.0.236/trunk@166274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-12-05 20:08:14 +00:00
parent a5399b9f5e
commit 2102606f4e

View File

@@ -146,7 +146,7 @@ function handleHistoryClick(aEvent)
// Clear all other selection since we're loading a link now. We must
// do this *before* attempting to load the link since openURL uses
// selection as an indication of which link to load.
tbo.selection.select(row.value);
tbo.view.selection.select(row.value);
openURL(aEvent);
}