typo
This commit is contained in:
parent
84ade2e3ac
commit
a59f0866d5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue