changeset bc6999f654b3 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=bc6999f654b3
description: [Paco] Fix bug with /kick command.
diffstat:
src/groupchat_control.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 4aebcf69f85a -r bc6999f654b3 src/groupchat_control.py
--- a/src/groupchat_control.py Sun Jul 12 15:13:17 2009 +0200
+++ b/src/groupchat_control.py Sun Jul 12 18:34:47 2009 +0200
@@ -1631,8 +1631,8 @@
else:
reason = test_reason
if nb_match == 1:
-
gajim.connections[self.account].gc_set_role(self.room_jid, nick,
- 'none', reason)
+
gajim.connections[self.account].gc_set_role(self.room_jid,
+ nick_kick, 'none', reason)
self.clear(self.msg_textview)
elif nb_match > 1:
self.print_conversation(_('There is an
ambiguity: %d nicks '
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits