* src/DataViews/_RelationView.py: removed change_page(): Do not set the toolbar buttons to a possibly wrong state, these are set by _change_person properly.
svn: r7859
This commit is contained in:
@@ -328,10 +328,6 @@ class RelationshipView(PageView.PersonNavView):
|
||||
|
||||
self.order_action.set_sensitive(self.reorder_sensitive)
|
||||
|
||||
def change_page(self):
|
||||
self.family_action.set_sensitive(not self.dbstate.db.readonly)
|
||||
self.order_action.set_sensitive(not self.dbstate.db.readonly)
|
||||
|
||||
def siblings_toggle(self, obj):
|
||||
self.show_siblings = obj.get_active()
|
||||
self.change_person(self.dbstate.active.handle)
|
||||
|
Reference in New Issue
Block a user