[Spambayes-checkins] spambayes/spambayes ProxyUI.py,1.47,1.48

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


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

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

Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** ProxyUI.py	16 Jul 2004 01:02:26 -0000	1.47
--- ProxyUI.py	16 Jul 2004 02:02:32 -0000	1.48
***************
*** 159,162 ****
--- 159,166 ----
          self.app_for_version = "POP3 Proxy"
          self.previous_sort = None
+         if not proxy_state.can_stop:
+             self.html._readonly = False
+             self.html.shutdownTableCell = " "
+             self.html._readonly = True
  
      def onHome(self):



More information about the Spambayes-checkins mailing list