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
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ class VcardWindow:
self.fill_status_label()
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):
self.window.destroy()