Gramplets updating twice on start-up

svn: r12266
This commit is contained in:
Doug Blank 2009-03-09 12:04:53 +00:00
parent b9200ade80
commit c0ef6c74a7

View File

@ -1515,8 +1515,6 @@ 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()
else:
print "Can't make gramplet of type '%s'." % name