From b19fca3f8a1f5cd91bb164346d449350612d9a59 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 8 Mar 2009 20:42:10 +0000 Subject: [PATCH] Gramplets were updating twice on startup svn: r12255 --- src/DataViews/GrampletView.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DataViews/GrampletView.py b/src/DataViews/GrampletView.py index 542f02d16..2dfdc1f9a 100644 --- a/src/DataViews/GrampletView.py +++ b/src/DataViews/GrampletView.py @@ -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