[Spambayes-checkins] spambayes/windows pop3proxy_service.py, 1.3, 1.4

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Apr 13 16:52:16 EDT 2003


Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv23596/windows

Modified Files:
	pop3proxy_service.py 
Log Message:
Fix for UI showing incorrect server strings as discovered 
and solved by Paul Moore.

Index: pop3proxy_service.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/pop3proxy_service.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pop3proxy_service.py	23 Mar 2003 07:21:52 -0000	1.3
--- pop3proxy_service.py	13 Apr 2003 22:52:13 -0000	1.4
***************
*** 102,105 ****
--- 102,106 ----
      def ServerThread(self):
          state = pop3proxy.state
+         state.buildServerStrings()
          pop3proxy.main(state.servers, state.proxyPorts, state.uiPort, state.launchUI)
  





More information about the Spambayes-checkins mailing list