0001963: Gramplets need an active person for working: two issues: 1) added update on rebuild signal, and 2) cause an initial update when creating a new gramplet

svn: r10612
This commit is contained in:
Doug Blank
2008-04-21 01:40:25 +00:00
parent 0d05bbeab9
commit 9d5cc9b876
2 changed files with 13 additions and 0 deletions

View File

@@ -1164,6 +1164,7 @@ class GrampletView(PageView.PersonNavView):
self._popup_xy[0], self._popup_xy[1], 0)
else:
self.drop_widget(self.widget, gramplet, 0, 0, 0)
g.pui.update()
else:
print "Can't make gramplet of type '%s'." % name