Bug 100897. JS strict warning in searchDialog.js r=naving@netscape.com sr=jst@netscape.com

This commit is contained in:
stephend%netscape.com 2001-09-22 03:56:22 +00:00
parent 057a30971e
commit 0778c31db2

View File

@ -565,7 +565,6 @@ function HandleDeleteOrMoveMessageCompleted(folder)
// as the last index we had selected, the outliner isn't generating a new
// selectionChanged notification for the outliner view. So we aren't loading the
// next message. to fix this, force the selection changed update.
var outlinerView = gSearchView.QueryInterface(Components.interfaces.nsIOutlinerView);
if (outlinerView)
outlinerView.selectionChanged();