fix getting vcard in rooms where JIDs are public. fixes #7131

This commit is contained in:
Denis Fomin 2012-03-25 14:32:30 +04:00
parent 2a242bf3bd
commit 7b94905973
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class VcardWindow:
return
if self.xml.get_object('information_notebook').get_n_pages() < 5:
return
if obj.fjid != self.real_jid:
if obj.fjid != self.contact.jid:
return
i = 0
client = ''