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:
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user