From 58fdefa1d3e600be0cd30e8ab8e49688d798166e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sat, 15 Feb 2014 21:11:45 +0100 Subject: [PATCH] gobject -> GLib --- src/conversation_textview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conversation_textview.py b/src/conversation_textview.py index 99b347a9a6..ee27c0903e 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -1129,7 +1129,7 @@ class ConversationTextview(GObject.GObject): emot_ascii = possible_emot_ascii_caps anchor = buffer_.create_child_anchor(end_iter) img = TextViewImage(anchor, - gobject.markup_escape_text(special_text)) + GLib.markup_escape_text(special_text)) animations = gajim.interface.emoticons_animations if not emot_ascii in animations: animations[emot_ascii] = GdkPixbuf.PixbufAnimation.new_from_file( -- GitLab