bug 9470; Don't allow selecton of Active or Home person until actually commited
This commit is contained in:
parent
76cb80f17f
commit
9bf5144e70
@ -695,8 +695,8 @@ class EditPerson(EditPrimary):
|
||||
None, None, self._make_home_person),
|
||||
])
|
||||
|
||||
self.all_action.set_visible(True)
|
||||
self.home_action.set_visible(True)
|
||||
self.all_action.set_visible(not self.added)
|
||||
self.home_action.set_visible(not self.added)
|
||||
|
||||
ui_top_cm = '''
|
||||
<menuitem action="ActivePerson"/>
|
||||
|
Loading…
Reference in New Issue
Block a user