From dc95dc33d2476a590b0335136ed06cbc008322bd Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 1 Nov 2005 13:43:57 +0000 Subject: [PATCH] add comment --- src/conversation_textview.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conversation_textview.py b/src/conversation_textview.py index d37eb275e..70013e085 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -442,6 +442,8 @@ class ConversationTextview(gtk.TextView): return index # the position after *last* special text def print_special_text(self, special_text, other_tags): + '''is called by detect_and_print_special_text and prints + special text (emots, links, formatting)''' tags = [] use_other_tags = True show_ascii_formatting_chars = \