Fix #2424 (actualize --MORE-- when doing /topic)
This commit is contained in:
parent
925ea453f3
commit
fe4404d3f0
1 changed files with 1 additions and 2 deletions
|
@ -1095,8 +1095,7 @@ class MucTab(ChatTab):
|
|||
if not arg.strip():
|
||||
self._text_buffer.add_message(_("\x19%s}The subject of the room is: %s") %
|
||||
(dump_tuple(get_theme().COLOR_INFORMATION_TEXT), self.topic))
|
||||
self.text_win.refresh()
|
||||
self.input.refresh()
|
||||
self.refresh()
|
||||
return
|
||||
subject = arg
|
||||
muc.change_subject(self.core.xmpp, self.name, subject)
|
||||
|
|
Loading…
Reference in a new issue