Set transient_for 'You are no longer in group chat'
This commit is contained in:
parent
ef5ba6e83a
commit
be40a35a36
|
@ -243,7 +243,7 @@ class PrivateChatControl(ChatControl):
|
|||
#in second %s code replaces with nickname
|
||||
_('You are no longer in group chat "%(room)s" or '
|
||||
'"%(nick)s" has left.') % {'room': '\u200E' + room,
|
||||
'nick': nick})
|
||||
'nick': nick}, transient_for=self.parent_win.window)
|
||||
return
|
||||
|
||||
ChatControl.send_message(self, message, xhtml=xhtml,
|
||||
|
|
Loading…
Reference in New Issue