parent
3d8be9ebe2
commit
ab85729fe5
1 changed files with 11 additions and 11 deletions
|
@ -953,9 +953,9 @@ class ConversationTextview(GObject.GObject):
|
|||
end_iter = iter_
|
||||
else:
|
||||
end_iter = buffer_.get_end_iter()
|
||||
if gajim.config.get('emoticons_theme') and graphics:
|
||||
|
||||
pixbuf = emoticons.get_pixbuf(possible_emot_ascii_caps)
|
||||
if pixbuf:
|
||||
if gajim.config.get('emoticons_theme') and pixbuf and graphics:
|
||||
# it's an emoticon
|
||||
anchor = buffer_.create_child_anchor(end_iter)
|
||||
img = TextViewImage(anchor,
|
||||
|
|
Loading…
Add table
Reference in a new issue