second part of previous commit ...

This commit is contained in:
Yann Leboulanger 2013-02-18 20:12:45 +01:00
parent 2a369e7742
commit 3b50fb89a5
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ class HtmlTextView(Gtk.TextView):
if character == '\ufffc':
anchor = search_iter.get_child_anchor()
if anchor:
text = anchor.get_data('plaintext')
text = anchor.plaintext
if text:
selection+=text
else: