typo
This commit is contained in:
parent
a3227aacb4
commit
7e283c5dfb
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ class Interface:
|
||||||
vcard_dict = gajim.connections[account].get_cached_vcard(jid)
|
vcard_dict = gajim.connections[account].get_cached_vcard(jid)
|
||||||
if not vcard_dict.has_key('PHOTO'):
|
if not vcard_dict.has_key('PHOTO'):
|
||||||
return None
|
return None
|
||||||
pixbuf = vcard.get_avatar_pixbuf(vcard_dict['PHOTO'])[0]
|
pixbuf = vcard.get_avatar_pixbuf_encoded_mime(vcard_dict['PHOTO'])[0]
|
||||||
return pixbuf
|
return pixbuf
|
||||||
|
|
||||||
def read_sleepy(self):
|
def read_sleepy(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue