4320: Ensure that the initial person is set when clearing history

svn: r16102
This commit is contained in:
Nick Hall
2010-11-01 19:02:32 +00:00
parent 56ed2ce45e
commit 389b9e0935
2 changed files with 7 additions and 6 deletions

View File

@ -274,12 +274,6 @@ class CLIManager(object):
config.set('paths.recent-file', filename)
try:
initial_person = self.dbstate.db.find_initial_person().get_handle()
self.uistate.set_active(initial_person, 'Person')
except:
pass
RecentFiles.recent_files(filename, name)
self.file_loaded = True