From bfd1bcd8ea7c55207c55018cc1b27cbdd883f912 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 15 Aug 2009 00:19:35 +0000 Subject: [PATCH] Fixed an issue related to #0000841 and added two new properties: options.no_fileselect and options.confirm_text for altering assistant behavior; the Assistant code needs a refactoring at some point svn: r13013 --- src/ExportOptions.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ExportOptions.py b/src/ExportOptions.py index 185b5ae1d..87ad1b650 100644 --- a/src/ExportOptions.py +++ b/src/ExportOptions.py @@ -64,6 +64,11 @@ class WriterOptionBox(object): self.unlinked_check = None self.filter_obj = None self.filter_note = None + # The following are special properties. Create them to force the + # export wizard to not ask for a file, and to override the + # confirmation message: + #self.no_fileselect = True + #self.confirm_text = "You made it, kid!" def get_option_box(self): """Build up a gtk.Table that contains the standard options."""