add a FIXME

This commit is contained in:
Nikos Kouremenos 2006-09-25 12:04:30 +00:00
parent 0302499ccd
commit c17b18a70c
1 changed files with 1 additions and 0 deletions

View File

@ -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 \