don't count real jid as fake jid

This commit is contained in:
Yann Leboulanger 2007-05-12 21:49:49 +00:00
parent 936f8f8e93
commit 71a768db72

View file

@ -453,7 +453,7 @@ class VcardWindow:
self.fill_status_label() self.fill_status_label()
gajim.connections[self.account].request_vcard(self.contact.jid, gajim.connections[self.account].request_vcard(self.contact.jid,
self.gc_contact is not None) (self.gc_contact is not None and not self.gc_contact.jid))
def on_close_button_clicked(self, widget): def on_close_button_clicked(self, widget):
self.window.destroy() self.window.destroy()