we can now retrieve our vcard

This commit is contained in:
Yann Leboulanger 2005-08-09 20:33:21 +00:00
parent e7498bca12
commit c1ba76286e
1 changed files with 3 additions and 0 deletions

View File

@ -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