3878: Private option and filter on Exporter; adds proxy order, browse of proxy data, referenced proxy, update of all exports (except csv)

svn: r15502
This commit is contained in:
Doug Blank
2010-05-30 04:07:50 +00:00
parent ba2d5d503d
commit a9ac340110
12 changed files with 552 additions and 603 deletions

View File

@@ -280,7 +280,7 @@ class ExportAssistant(gtk.Assistant, ManagedWindow.ManagedWindow) :
vbox.foreach(vbox.remove)
# add new content
if config_box_class:
self.option_box_instance = config_box_class(self.person)
self.option_box_instance = config_box_class(self.person, self.dbstate, self.uistate)
box = self.option_box_instance.get_option_box()
vbox.add(box)
else: