fix a GObject Warning

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

View File

@ -77,7 +77,7 @@ class TextViewImage(Gtk.Image):
self.connect('parent-set', self.on_parent_set)
self.connect('draw', self.on_expose)
self.set_tooltip_text(text)
self.anchor.set_data('plaintext', text)
self.anchor.plaintext = text
def _get_selected(self):
parent = self.get_parent()