What next will update when the home-person is changed
svn: r11535
This commit is contained in:
parent
983f6d3e71
commit
6755c96e51
@ -63,6 +63,7 @@ class WhatNextGramplet(Gramplet):
|
||||
|
||||
def db_changed(self):
|
||||
|
||||
self.dbstate.db.connect('home-person-changed', self.update)
|
||||
self.dbstate.db.connect('person-add', self.update)
|
||||
self.dbstate.db.connect('person-delete', self.update)
|
||||
self.dbstate.db.connect('person-update', self.update)
|
||||
|
Loading…
Reference in New Issue
Block a user