Remove db requirement from constructor and add get_plural_relationship_string to relationship class.
svn: r8831
This commit is contained in:
@ -1060,8 +1060,6 @@ class ViewManager:
|
||||
self.state.signal_change()
|
||||
|
||||
Config.set(Config.RECENT_FILE, filename)
|
||||
|
||||
self.relationship = self.RelClass(self.state.db)
|
||||
|
||||
try:
|
||||
self.state.change_active_person(self.state.db.find_initial_person())
|
||||
|
Reference in New Issue
Block a user