Bug 451212. Don't confuse the selection controller. r=mano

This commit is contained in:
Graeme McCutcheon 2009-01-19 21:47:25 +13:00
parent 49b3b4bd73
commit d881d06a59

View File

@ -576,7 +576,6 @@
var sel = controller.getSelection(this.nsISelectionController.SELECTION_FIND);
sel.removeAllRanges();
}
controller.setDisplaySelection(this.nsISelectionController.SELECTION_ON);
}
return textFound;