More updates to better support MenuOptions. FamilyLines seems to work now.

svn: r9634
This commit is contained in:
Brian Matherly
2007-12-30 05:41:16 +00:00
parent 07bdb19028
commit e0543b0644
23 changed files with 240 additions and 308 deletions

View File

@@ -119,3 +119,9 @@ class DbState(GrampsDBCallback):
self.active = None
self.open = False
self.emit('database-changed', (self.db, ))
def get_database(self):
"""
Gets a reference to the current database.
"""
return self.db