second part of previous commit ...
This commit is contained in:
parent
2a369e7742
commit
3b50fb89a5
|
@ -954,7 +954,7 @@ class HtmlTextView(Gtk.TextView):
|
||||||
if character == '\ufffc':
|
if character == '\ufffc':
|
||||||
anchor = search_iter.get_child_anchor()
|
anchor = search_iter.get_child_anchor()
|
||||||
if anchor:
|
if anchor:
|
||||||
text = anchor.get_data('plaintext')
|
text = anchor.plaintext
|
||||||
if text:
|
if text:
|
||||||
selection+=text
|
selection+=text
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue