зеркало из https://github.com/mozilla/pjs.git
when setting a charset don't reload the message...we do this already
in messenger.SetDocumentCharset
This commit is contained in:
Родитель
76a6f733af
Коммит
cfc2166b96
|
@ -39,7 +39,9 @@ function MessengerSetDefaultCharacterSet(aCharset)
|
|||
var folderResource = GetSelectedFolderResource();
|
||||
SetFolderCharset(folderResource, aCharset);
|
||||
RefreshThreadTreeView();
|
||||
MsgReload();
|
||||
// DO NOT try to reload the message here. we do this automatically now in
|
||||
// messenger.SetDocumentCharset. You'll just break things and reak havoc
|
||||
// if you call MsgReload() here...
|
||||
}
|
||||
|
||||
function PrintPreview() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче