we can now retrieve our vcard
This commit is contained in:
parent
e7498bca12
commit
c1ba76286e
|
@ -630,6 +630,9 @@ class Interface:
|
|||
nick = array['NICKNAME']
|
||||
if nick:
|
||||
gajim.nicks[account] = nick
|
||||
if self.windows[account]['infos'].has_key(array['jid']):
|
||||
win = self.windows[account]['infos'][array['jid']]
|
||||
win.set_values(array)
|
||||
|
||||
def handle_event_vcard(self, account, array):
|
||||
win = None
|
||||
|
|
Loading…
Reference in New Issue