* 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 e17636f239
commit f14d881fb7
4 changed files with 16 additions and 4 deletions

@@ -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))