typo. fixes [1371]

This commit is contained in:
Yann Leboulanger 2006-01-10 12:55:23 +00:00
parent df3b7d7b80
commit c7e85be2c1
1 changed files with 1 additions and 1 deletions

View File

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