Fix broken history

This commit is contained in:
Denis Fomin 2010-11-27 13:07:58 +03:00
parent 69982b117a
commit cad01f2e56
1 changed files with 1 additions and 0 deletions

View File

@ -1039,6 +1039,7 @@ class ConversationTextview(gobject.GObject):
tags = []
use_other_tags = True
text_is_valid_uri = False
is_xhtml_link = None
show_ascii_formatting_chars = \
gajim.config.get('show_ascii_formatting_chars')
buffer_ = self.tv.get_buffer()