changeset 0cc6a3f549ed in /home/hg/repos/gajim

author: Denis Fomin <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=0cc6a3f549ed
description: Set transient_for 'You are no longer in group chat'

diffstat:

 src/groupchat_control.py |  2 +-
 1 файлов изменено, 1 вставок(+), 1 удалений(-)

различия (12 строк):

diff -r a94ea3cb2223 -r 0cc6a3f549ed src/groupchat_control.py
--- a/src/groupchat_control.py  Fri Nov 15 20:42:49 2013 +0400
+++ b/src/groupchat_control.py  Sat Nov 16 22:23:13 2013 +0400
@@ -237,7 +237,7 @@
                     #in second %s code replaces with nickname
                     _('You are no longer in group chat "%(room)s" or '
                     '"%(nick)s" has left.') % {'room': u'\u200E' + room,
-                    'nick': nick})
+                    'nick': nick}, transient_for=self.parent_win.window)
                 return
 
         ChatControl.send_message(self, message, xhtml=xhtml,
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to