From 6755c96e51034de7932498ea2340c21fceeacf60 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 29 Dec 2008 14:15:20 +0000 Subject: [PATCH] What next will update when the home-person is changed svn: r11535 --- src/plugins/WhatsNext.py | 1 + 1 file changed, 1 insertion(+) 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)