* src/PedView.py: Use a DrawingArea for nicer person boxes

* src/GrampsDb/_GrampsDbBase.py (_update_reference_map): Sync parameters to other classes
* src/GrampsDb/_ReadXML.py (stop_event): Catch invalid event


svn: r5643
This commit is contained in:
Martin Hawlisch
2005-12-29 22:34:18 +00:00
parent af21245530
commit 1abaa98a40
4 changed files with 155 additions and 83 deletions

View File

@@ -1494,7 +1494,7 @@ class GrampsDbBase(GrampsDBCallback):
default = [(1,1),(0,5),(0,6),(1,2),(1,3),(0,4),(0,7),(0,8),(0,9),(0,10)]
return self._get_column_order(REPOSITORY_COL_KEY,default)
def _update_reference_map(self,obj, class_name):
def _update_reference_map(self,obj):
"""Called each time an object is writen to the database. This can
be used by subclasses to update any additional index tables that might
need to be changed."""