diff --git a/src/plugins/WhatsNext.py b/src/plugins/WhatsNext.py index 364fe9d93..7be997b8d 100644 --- a/src/plugins/WhatsNext.py +++ b/src/plugins/WhatsNext.py @@ -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)