Gramplets were updating twice on startup
svn: r12255
This commit is contained in:
parent
6b9d78e48a
commit
b19fca3f8a
@ -1515,8 +1515,8 @@ class GrampletView(PageView.PersonNavView):
|
|||||||
self._popup_xy[0], self._popup_xy[1], 0)
|
self._popup_xy[0], self._popup_xy[1], 0)
|
||||||
else:
|
else:
|
||||||
self.drop_widget(self.widget, gramplet, 0, 0, 0)
|
self.drop_widget(self.widget, gramplet, 0, 0, 0)
|
||||||
if g.pui:
|
#if g.pui:
|
||||||
g.pui.update()
|
# g.pui.update()
|
||||||
else:
|
else:
|
||||||
print "Can't make gramplet of type '%s'." % name
|
print "Can't make gramplet of type '%s'." % name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user