GTK3: errors in callbacks when changing family trees.

This was very hard to debug, the signalling at the moment seems inconsistent. 
Committing this patch now to avoid problems testing further


svn: r20296
This commit is contained in:
Benny Malengier
2012-08-30 21:05:00 +00:00
parent 8c092746f0
commit 2527c24014
5 changed files with 24 additions and 11 deletions

View File

@@ -128,7 +128,8 @@ class BasePersonView(ListView):
'person-delete' : self.row_delete,
'person-rebuild' : self.object_build,
'person-groupname-rebuild' : self.object_build,
'tag-update' : self.tag_updated
'tag-update' : self.tag_updated,
'no-database': self.no_database,
}
ListView.__init__(