[Spambayes-checkins] spambayes/spambayes ProxyUI.py,1.6,1.7
Tony Meyer
anadelonbrin at users.sourceforge.net
Sat May 3 21:59:07 EDT 2003
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv23773/spambayes
Modified Files:
ProxyUI.py
Log Message:
Fix so that the correct state information will be displayed after
entering in configuration details.
Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ProxyUI.py 3 May 2003 22:16:30 -0000 1.6
--- ProxyUI.py 4 May 2003 03:59:05 -0000 1.7
***************
*** 462,466 ****
# Recreate the state.
! self.state_recreator()
def verifyInput(self, parms):
--- 462,466 ----
# Recreate the state.
! state = self.state_recreator()
def verifyInput(self, parms):
More information about the Spambayes-checkins
mailing list