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

@ -68,7 +68,7 @@ class Gramplet(object):
Connect the given method to the active-changed signal for the
navigation type requested.
"""
self.uistate.register(nav_type, self.nav_group)
self.uistate.register(self.dbstate, nav_type, self.nav_group)
history = self.uistate.get_history(nav_type, self.nav_group)
self.connect(history, "active-changed", method)