mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix for bug #54731 (Spellchecker stops working after you close the Edit Personal Dictionary dialog)
Removed call to editorShell.UninitSpellChecker() inside Close(). This fix is already checked into the Netscape_20000922_BRANCH. sr,a=sfraser@netscape.com
This commit is contained in:
parent
2127db55fe
commit
057220774a
@ -185,8 +185,7 @@ dump("ResetSelectedItem to index="+index+"\n");
|
||||
|
||||
function Close()
|
||||
{
|
||||
// Shutdown the spell check and close the dialog
|
||||
spellChecker.UninitSpellChecker();
|
||||
// Close the dialog
|
||||
SaveWindowLocation();
|
||||
window.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user