Don’t refresh everything uselessy on a correction

(refresh will be triggered by the caller if needed)
This commit is contained in:
mathieui 2015-11-04 23:32:35 +01:00
parent 2b777bceca
commit ecd7531df9

View file

@ -1688,7 +1688,6 @@ class MucTab(ChatTab):
jid=jid)
if message:
self.text_win.modify_message(old_id, message)
self.core.refresh_window()
return highlight
return False