From eb11474c2d5e93d19e652e68abdbca38ddf40b46 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 30 Oct 2013 14:02:21 +0100 Subject: [PATCH] fix showing tooltips of emoticons. fixes #7453 --- src/conversation_textview.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conversation_textview.py b/src/conversation_textview.py index 1492a1742..a93c0c585 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -1134,7 +1134,8 @@ class ConversationTextview(GObject.GObject): # it's an emoticon emot_ascii = possible_emot_ascii_caps anchor = buffer_.create_child_anchor(end_iter) - img = TextViewImage(anchor, special_text) + img = TextViewImage(anchor, + gobject.markup_escape_text(special_text)) animations = gajim.interface.emoticons_animations if not emot_ascii in animations: animations[emot_ascii] = GdkPixbuf.PixbufAnimation.new_from_file(