What next will update when the home-person is changed

svn: r11535
This commit is contained in:
Doug Blank 2008-12-29 14:15:20 +00:00
parent 983f6d3e71
commit 6755c96e51

View File

@ -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)