Now updates newly added gramplet

svn: r14203
This commit is contained in:
Doug Blank 2010-02-03 22:45:32 +00:00
parent 12bf567678
commit 5604176e73

View File

@ -1184,6 +1184,9 @@ class GrampletView(PageView):
self._popup_xy[0], self._popup_xy[1], 0)
else:
self.drop_widget(self.widget, gramplet, 0, 0, 0)
if gramplet.pui:
gramplet.pui.active = True
gramplet.pui.update()
else:
print "Can't make gramplet of type '%s'." % name