add comment

This commit is contained in:
Nikos Kouremenos 2005-11-01 13:43:57 +00:00
parent 9f063a02f3
commit dc95dc33d2
1 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,8 @@ class ConversationTextview(gtk.TextView):
return index # the position after *last* special text return index # the position after *last* special text
def print_special_text(self, special_text, other_tags): 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 = [] tags = []
use_other_tags = True use_other_tags = True
show_ascii_formatting_chars = \ show_ascii_formatting_chars = \