utf problem ?

This commit is contained in:
Jean-Marie Traissard 2007-01-30 18:32:15 +00:00
parent f4d43979ed
commit e62a01d6d9
1 changed files with 1 additions and 1 deletions

View File

@ -1673,7 +1673,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
if avatar_sha != self.vcard_shas[who]:
# avatar has been updated
self.request_vcard(who, True)
else: # Verify sha cached in hdd
else: # Verify sha cached in hdd
self.vcard_shas[who] = avatar_sha
cached_vcard = self.get_cached_vcard(who, True)
if cached_vcard and cached_vcard.has_key('PHOTO') and \