From c7e85be2c11f692f495834a3aaa8d292cfdf118d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 10 Jan 2006 12:55:23 +0000 Subject: [PATCH] typo. fixes [1371] --- src/groupchat_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 7df365c72..ebd544c3f 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1500,7 +1500,7 @@ class GroupchatControl(ChatControlBase): '''revoke owner privilege to a user''' gajim.connections[self.account].gc_set_affiliation(self.room_jid, jid, 'admin') - def on_info(self, widget, ck): + def on_info(self, widget, nick): '''Call vcard_information_window class to display user's information''' c = gajim.contacts.get_gc_contact(self.account, self.room_jid, nick) c2 = gajim.contacts.contact_from_gc_contact(c)