fix a GObject Warning
This commit is contained in:
parent
dc9d6ab091
commit
2a369e7742
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class TextViewImage(Gtk.Image):
|
||||||
self.connect('parent-set', self.on_parent_set)
|
self.connect('parent-set', self.on_parent_set)
|
||||||
self.connect('draw', self.on_expose)
|
self.connect('draw', self.on_expose)
|
||||||
self.set_tooltip_text(text)
|
self.set_tooltip_text(text)
|
||||||
self.anchor.set_data('plaintext', text)
|
self.anchor.plaintext = text
|
||||||
|
|
||||||
def _get_selected(self):
|
def _get_selected(self):
|
||||||
parent = self.get_parent()
|
parent = self.get_parent()
|
||||||
|
|
Loading…
Add table
Reference in a new issue