This commit is contained in:
Yann Leboulanger 2006-03-18 09:27:41 +00:00
parent 84ade2e3ac
commit a59f0866d5
1 changed files with 2 additions and 2 deletions

View File

@ -1463,8 +1463,8 @@ class ChatControl(ChatControlBase):
is_fake = False is_fake = False
if self.type_id == message_control.TYPE_PM: if self.type_id == message_control.TYPE_PM:
is_fake = True is_fake = True
avatar_pixbuf = gtkgui_helpers.get_avatar_pixbuf_from_cache(real_jid, avatar_pixbuf = gtkgui_helpers.get_avatar_pixbuf_from_cache(
is_fake) self.contact.jid, is_fake)
if avatar_pixbuf in ('ask', None): if avatar_pixbuf in ('ask', None):
return return
# Hide the small avatar # Hide the small avatar