fix showing tooltips of emoticons. fixes #7453

This commit is contained in:
Yann Leboulanger 2013-10-30 14:02:21 +01:00
parent f0bdd075c6
commit eb11474c2d
1 changed files with 2 additions and 1 deletions

View File

@ -1134,7 +1134,8 @@ class ConversationTextview(GObject.GObject):
# it's an emoticon # it's an emoticon
emot_ascii = possible_emot_ascii_caps emot_ascii = possible_emot_ascii_caps
anchor = buffer_.create_child_anchor(end_iter) 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 animations = gajim.interface.emoticons_animations
if not emot_ascii in animations: if not emot_ascii in animations:
animations[emot_ascii] = GdkPixbuf.PixbufAnimation.new_from_file( animations[emot_ascii] = GdkPixbuf.PixbufAnimation.new_from_file(