* src/ViewManager.py: block interface on autobackup (#856)

* src/DisplayState.py: block interface on autobackup


svn: r7998
This commit is contained in:
Don Allingham
2007-01-28 02:51:18 +00:00
parent c7bd0b1e8b
commit 1056dd37e0
3 changed files with 6 additions and 0 deletions

View File

@ -283,6 +283,9 @@ class DisplayState(GrampsDb.GrampsDBCallback):
# This call has been moved one level up,
# but this connection is still made!
# self.dbstate.connect('database-changed', self.db_changed)
def set_sensitive(self, state):
self.window.set_sensitive(state)
def db_changed(self, db):
from PluginUtils import _PluginMgr