Fix broken history
This commit is contained in:
parent
69982b117a
commit
cad01f2e56
|
@ -1039,6 +1039,7 @@ class ConversationTextview(gobject.GObject):
|
||||||
tags = []
|
tags = []
|
||||||
use_other_tags = True
|
use_other_tags = True
|
||||||
text_is_valid_uri = False
|
text_is_valid_uri = False
|
||||||
|
is_xhtml_link = None
|
||||||
show_ascii_formatting_chars = \
|
show_ascii_formatting_chars = \
|
||||||
gajim.config.get('show_ascii_formatting_chars')
|
gajim.config.get('show_ascii_formatting_chars')
|
||||||
buffer_ = self.tv.get_buffer()
|
buffer_ = self.tv.get_buffer()
|
||||||
|
|
Loading…
Reference in New Issue