Update details tab when name format is changed
svn: r16423
This commit is contained in:
parent
e8f9c8422a
commit
d08ae3e0e3
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user