2060: Individuals with incomplete names, not updated when name completed

This commit is contained in:
SNoiraud 2016-01-31 12:15:18 +01:00
parent 3c20e4eeef
commit 5e369b9f66

View File

@ -53,8 +53,8 @@ class StatsGramplet(Gramplet):
self.set_text(_("No Family Tree loaded."))
self.set_tooltip(_("Double-click item to see matches"))
def post_init(self):
self.disconnect("active-changed")
def active_changed(self, handle):
self.update()
def db_changed(self):
self.dbstate.db.connect('person-add', self.update)