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