Set transient_for 'You are no longer in group chat'

This commit is contained in:
Denis Fomin 2013-11-16 22:23:13 +04:00
parent ef5ba6e83a
commit be40a35a36
1 changed files with 1 additions and 1 deletions

View File

@ -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,