[Spambayes-checkins] spambayes/windows pop3proxy_service.py, 1.17, 1.18

Tony Meyer anadelonbrin at users.sourceforge.net
Fri Jul 16 04:02:35 CEST 2004


Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12887/windows

Modified Files:
	pop3proxy_service.py 
Log Message:
Implemented [ 887984 ] Remove "Save and Shutdown" button when running as service

Index: pop3proxy_service.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/pop3proxy_service.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pop3proxy_service.py	16 Dec 2003 05:06:34 -0000	1.17
--- pop3proxy_service.py	16 Jul 2004 02:02:33 -0000	1.18
***************
*** 108,112 ****
          # Setup our state etc
          try:
!             sb_server.prepare()
          except sb_server.AlreadyRunningException:
              msg = "The SpamBayes proxy service could not be started, as "\
--- 108,112 ----
          # Setup our state etc
          try:
!             sb_server.prepare(can_stop=False)
          except sb_server.AlreadyRunningException:
              msg = "The SpamBayes proxy service could not be started, as "\



More information about the Spambayes-checkins mailing list