зеркало из https://github.com/mozilla/gecko-dev.git
Bug 204411 - Re-request channel topic when character encoding is changed.
ChatZilla only. r=samuel a=shaver
This commit is contained in:
Родитель
9f9803bbe7
Коммит
874b6b6022
|
@ -940,6 +940,10 @@ function cmdCharset(e)
|
|||
}
|
||||
|
||||
display(getMsg(msg, pm.prefs["charset"]));
|
||||
|
||||
// If we're on a channel, get the topic again so it can be re-decoded.
|
||||
if (e.newCharset && e.server && e.channel)
|
||||
e.server.sendData("TOPIC " + e.channel.encodedName + "\n");
|
||||
}
|
||||
|
||||
function cmdCreateTabForView(e)
|
||||
|
|
Загрузка…
Ссылка в новой задаче