Update history and MRU lists when objects are deleted

svn: r14581
This commit is contained in:
Nick Hall
2010-03-02 15:49:27 +00:00
parent 045a787ad1
commit 1698f8ddbf
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):