Don’t refresh everything uselessy on a correction
(refresh will be triggered by the caller if needed)
This commit is contained in:
parent
2b777bceca
commit
ecd7531df9
1 changed files with 0 additions and 1 deletions
|
@ -1688,7 +1688,6 @@ class MucTab(ChatTab):
|
||||||
jid=jid)
|
jid=jid)
|
||||||
if message:
|
if message:
|
||||||
self.text_win.modify_message(old_id, message)
|
self.text_win.modify_message(old_id, message)
|
||||||
self.core.refresh_window()
|
|
||||||
return highlight
|
return highlight
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue