Update details tab when name format is changed

svn: r16423
This commit is contained in:
Nick Hall 2011-01-21 15:09:14 +00:00
parent e8f9c8422a
commit d08ae3e0e3

View File

@ -84,6 +84,7 @@ class PersonDetails(Gramplet):
def db_changed(self):
self.dbstate.db.connect('person-update', self.update)
self.uistate.connect('nameformat-changed', self.update)
self.update()
def active_changed(self, handle):