diff --git a/src/conversation_textview.py b/src/conversation_textview.py index fda0fdfbb18a118e69fa6f59cec3a3915a0554c7..daf1fc7c3b24a20c1980e30d4faeed97e6573c97 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -560,6 +560,7 @@ class ConversationTextview: img.show() #add with possible animation self.tv.add_child_at_anchor(img, anchor) + #FIXME: one day, somehow sync with regexp in gajim.py elif special_text.startswith('http://') or \ special_text.startswith('www.') or \ special_text.startswith('ftp://') or \