[Spambayes-checkins] spambayes/Outlook2000 config_wizard.py, 1.3, 1.4

Mark Hammond mhammond at users.sourceforge.net
Sun Aug 24 01:58:02 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv24725

Modified Files:
	config_wizard.py 
Log Message:
New wizard option.


Index: config_wizard.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/config_wizard.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config_wizard.py	24 Aug 2003 03:05:15 -0000	1.3
--- config_wizard.py	24 Aug 2003 07:58:00 -0000	1.4
***************
*** 19,23 ****
              """""",
          config.BOOLEAN, config.RESTORE),
!         ("can_go_next", "Is the Forward wizard button enabled?", True,
              """""",
          config.BOOLEAN, config.RESTORE),
--- 19,23 ----
              """""",
          config.BOOLEAN, config.RESTORE),
!         ("will_train_later", "The user opted to cancel and train later", False,
              """""",
          config.BOOLEAN, config.RESTORE),
***************
*** 101,104 ****
--- 101,107 ----
          manager.classifier_data.Adopt(wiz_cd)
      manager.config.filter.enabled = True
+     if wc.wizard.preparation == 2: # manually configure
+         import dialogs
+         dialogs.ShowDialog(0, manager, manager.config, "IDD_MANAGER")
  
  def CancelWizardConfig(manager, wc):





More information about the Spambayes-checkins mailing list