src/PluginUtils/_Plugins.py: remove statbox
svn: r6231
This commit is contained in:
parent
eb76d53d9e
commit
938096dfca
@ -1,4 +1,4 @@
|
||||
2006-03-28 Brian Matherly <pez4brian@users.sourceforge.net>
|
||||
2006-03-29 Brian Matherly <pez4brian@users.sourceforge.net>
|
||||
* 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 <don@gramps-project.org>
|
||||
* src/Utils.py: provide launch function for spawning processes
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user