don't count real jid as fake jid
This commit is contained in:
parent
936f8f8e93
commit
71a768db72
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue