Extend history functionality (back/forward) and active-changed signals to all primary objects

svn: r14023
This commit is contained in:
Nick Hall
2010-01-10 19:19:33 +00:00
parent 141100fdbf
commit b503fa2e25
42 changed files with 552 additions and 767 deletions

View File

@ -274,8 +274,8 @@ class CLIManager(object):
config.set('paths.recent-file', filename)
try:
self.dbstate.change_active_person(
self.dbstate.db.find_initial_person())
initial_person = self.dbstate.db.find_initial_person().get_handle()
self.uistate.set_active(initial_person, 'Person')
except:
pass