From 7e283c5dfb7bf8968e07c2c31ae6de5d028cca8b Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 31 Oct 2005 11:14:11 +0000 Subject: [PATCH] typo --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 2c400dc19..0b084948c 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -956,7 +956,7 @@ class Interface: vcard_dict = gajim.connections[account].get_cached_vcard(jid) if not vcard_dict.has_key('PHOTO'): return None - pixbuf = vcard.get_avatar_pixbuf(vcard_dict['PHOTO'])[0] + pixbuf = vcard.get_avatar_pixbuf_encoded_mime(vcard_dict['PHOTO'])[0] return pixbuf def read_sleepy(self):