* src/ViewManager.py: block interface on autobackup (#856)
* src/DisplayState.py: block interface on autobackup svn: r7998
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user