add a FIXME
This commit is contained in:
parent
0302499ccd
commit
c17b18a70c
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue