Update history and MRU lists when objects are deleted

svn: r14580
This commit is contained in:
Nick Hall
2010-03-02 15:48:05 +00:00
parent 9efe53787d
commit f21fb8d6d8
4 changed files with 33 additions and 9 deletions

View File

@@ -297,10 +297,6 @@ class BasePersonView(ListView):
# commit the transaction
self.dbstate.db.transaction_commit(trans, active_name)
# select the previously active person, turn off the busy cursor
history = self.uistate.get_history(self.navigation_type(),
self.navigation_group())
history.remove(person.handle)
self.uistate.set_busy_cursor(False)
def dummy_report(self, obj):