From 0c111371721204f0179411029af58fe8059163b4 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Thu, 30 Mar 2006 03:29:18 +0000 Subject: [PATCH] src/PluginUtils/_Plugins.py: remove statbox svn: r6231 --- gramps2/ChangeLog | 3 ++- gramps2/src/PluginUtils/_Plugins.py | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 4226686f7..2df9e22bb 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,4 @@ -2006-03-28 Brian Matherly +2006-03-29 Brian Matherly * src/Sort.py: remove use of deprecated functions * src/BaseDoc.py: remove use of deprecated functions * src/PluginUtils/_ReportUtils.py: remove use of deprecated functions @@ -6,6 +6,7 @@ * src/plugins/IndivComplete.py: remove use of deprecated functions * src/plugins/DetDescendantReport.py: remove use of deprecated functions * src/plugins/DetAncestralReport.py: remove use of deprecated functions + * src/PluginUtils/_Plugins.py: remove statbox 2006-03-29 Don Allingham * src/Utils.py: provide launch function for spawning processes diff --git a/gramps2/src/PluginUtils/_Plugins.py b/gramps2/src/PluginUtils/_Plugins.py index ba943ae4a..0baa3f378 100644 --- a/gramps2/src/PluginUtils/_Plugins.py +++ b/gramps2/src/PluginUtils/_Plugins.py @@ -128,8 +128,6 @@ class PluginDialog(DisplayState.ManagedWindow): self.author_name = self.dialog.get_widget("author_name") self.author_email = self.dialog.get_widget("author_email") - self.statbox = self.dialog.get_widget("statbox") - self.apply_button = self.dialog.get_widget("apply") if button_label: self.apply_button.set_label(button_label) @@ -174,9 +172,7 @@ class PluginDialog(DisplayState.ManagedWindow): if node: path = store.get_path(node) if not node or not self.imap.has_key(path): - self.statbox.hide() return - self.statbox.show() data = self.imap[path] (report_class,options_class,title,category,name,