Fix for bug 103415. Search tab is not getting updated. r=sgehani sr=hyatt

git-svn-id: svn://10.0.0.236/trunk@104933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
matt%netscape.com 2001-10-09 20:26:56 +00:00
parent 8be8fe43bf
commit c70e0bddb2

View File

@ -69,7 +69,7 @@ var gFocusedURL = null;
function loadEventHandlers(event)
{
// Filter out events that are not about the document load we are interested in
if (event.target == _content.document) {
if (event.originalTarget == _content.document) {
UpdateBookmarksLastVisitedDate(event);
UpdateInternetSearchResults(event);
checkForDirectoryListing();