From c17b18a70cf6cf633a993795eeb2f5b7b6aab32c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 25 Sep 2006 12:04:30 +0000 Subject: [PATCH] add a FIXME --- src/conversation_textview.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conversation_textview.py b/src/conversation_textview.py index fda0fdfbb..daf1fc7c3 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 \