From 3b50fb89a51c3ed570fbc5da20c8c747c4c31785 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 18 Feb 2013 20:12:45 +0100 Subject: [PATCH] second part of previous commit ... --- src/htmltextview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmltextview.py b/src/htmltextview.py index 922734f03..b621848ff 100644 --- a/src/htmltextview.py +++ b/src/htmltextview.py @@ -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: