From 2102606f4e9fe5bc366dea465a97bd16378739cd Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Sun, 5 Dec 2004 20:08:14 +0000 Subject: [PATCH] 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 --- mozilla/browser/components/history/content/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/components/history/content/history.js b/mozilla/browser/components/history/content/history.js index f73c6a091cf..ebdb55a8899 100644 --- a/mozilla/browser/components/history/content/history.js +++ b/mozilla/browser/components/history/content/history.js @@ -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); }