* src/DisplayState.py: Manage history on db change

* src/Navigation.py: Manage history on db change


svn: r5918
This commit is contained in:
Don Allingham
2006-02-10 05:36:32 +00:00
parent ebba95652f
commit 9617f77079
4 changed files with 16 additions and 4 deletions

View File

@@ -585,6 +585,9 @@ class DisplayState(GrampsDb.GrampsDBCallback):
self.log.setLevel(logging.WARN)
self.log.addHandler(self.rh)
def clear_history(self):
self.phistory.clear()
def set_busy_cursor(self,value):
if value:
self.window.window.set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))