Skip to content
Snippets Groups Projects
Commit c17b18a7 authored by nkour's avatar nkour
Browse files

add a FIXME

parent 0302499c
No related branches found
No related tags found
No related merge requests found
...@@ -560,6 +560,7 @@ class ConversationTextview: ...@@ -560,6 +560,7 @@ class ConversationTextview:
img.show() img.show()
#add with possible animation #add with possible animation
self.tv.add_child_at_anchor(img, anchor) self.tv.add_child_at_anchor(img, anchor)
#FIXME: one day, somehow sync with regexp in gajim.py
elif special_text.startswith('http://') or \ elif special_text.startswith('http://') or \
special_text.startswith('www.') or \ special_text.startswith('www.') or \
special_text.startswith('ftp://') or \ special_text.startswith('ftp://') or \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment