mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 100897. JS strict warning in searchDialog.js r=naving@netscape.com sr=jst@netscape.com
This commit is contained in:
parent
057a30971e
commit
0778c31db2
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user