Bug 101149 - previous window title sticks when accessing xul dir listings

patch by jrgm@netscape.com, r=bbaetz, sr=darin


git-svn-id: svn://10.0.0.236/trunk@211004 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%cs.mcgill.ca 2006-09-14 06:01:40 +00:00
parent 992cf83563
commit a46a130ad8

View File

@ -1200,7 +1200,6 @@ function checkForDirectoryListing()
if ( "HTTPIndex" in _content &&
_content.HTTPIndex instanceof Components.interfaces.nsIHTTPIndex ) {
_content.defaultCharacterset = getMarkupDocumentViewer().defaultCharacterSet;
_content.parentWindow = window;
}
}