From 5868bd6c21614156785f366ef8f85b19f4b63c5e Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 25 Feb 2010 01:05:46 +0000 Subject: [PATCH] 3628: Frames not set on CalcToolManagedWindow class svn: r14472 --- src/plugins/tool/CalculateEstimatedDates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/tool/CalculateEstimatedDates.py b/src/plugins/tool/CalculateEstimatedDates.py index f50c632ec..cde4385c4 100644 --- a/src/plugins/tool/CalculateEstimatedDates.py +++ b/src/plugins/tool/CalculateEstimatedDates.py @@ -158,6 +158,7 @@ class CalcToolManagedWindow(PluginWindows.ToolManagedWindowBatch): def __init__(self, *args, **kwargs): PluginWindows.ToolManagedWindowBatch.__init__(self, *args, **kwargs) + if self.fail: return self.help_page = self.add_page(_("Help")) self.write_to_page(self.help_page, _("The Calculate Estimated Dates Tool is used to add and remove "