Gramplets were updating twice on startup

svn: r12255
This commit is contained in:
Doug Blank 2009-03-08 20:42:10 +00:00
parent 6b9d78e48a
commit b19fca3f8a

View File

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