7883: I can't add a people in my tree

This commit is contained in:
Josip 2014-07-05 01:34:09 +02:00
parent 2441654242
commit 28f31ba65c

View File

@ -49,7 +49,7 @@ class ToDo(Gramplet):
hbox.pack_start(self.left, False, False, 0)
self.right = SimpleButton(Gtk.STOCK_GO_FORWARD, self.right_clicked)
self.right.set_tooltip_text(_('Next To Do note'))
self.right.set_sensitive(homogeneous=False)
self.right.set_sensitive(False)
hbox.pack_start(self.right, False, False, 0)
self.edit = SimpleButton(Gtk.STOCK_EDIT, self.edit_clicked)
self.edit.set_tooltip_text(_('Edit the selected To Do note'))