[Spambayes-checkins] spambayes/windows pop3proxy_tray.py,1.19,1.20

Mark Hammond mhammond at users.sourceforge.net
Mon Dec 22 22:12:42 EST 2003


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

Modified Files:
	pop3proxy_tray.py 
Log Message:
Binary version failed to check for most recent version.


Index: pop3proxy_tray.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/pop3proxy_tray.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** pop3proxy_tray.py	17 Dec 2003 06:45:44 -0000	1.19
--- pop3proxy_tray.py	23 Dec 2003 03:12:40 -0000	1.20
***************
*** 524,531 ****
              latest = fetch_latest_dict()
              SetWaitCursor(0)
!             latest_ver_string = get_version_string(app_name, version_string_key,
!                                                    version_dict=latest)
!             latest_ver_num = get_version_number(app_name, version_number_key,
!                                                 version_dict=latest)
          except:
              self.ShowMessage("Error checking the latest version")
--- 524,536 ----
              latest = fetch_latest_dict()
              SetWaitCursor(0)
!             try:
!                 latest_ver_string = get_version_string(app_name, version_string_key,
!                                                        version_dict=latest)
!                 latest_ver_num = get_version_number(app_name, version_number_key,
!                                                     version_dict=latest)
!             except KeyError:
!                 # "Full Description Binary" not in the version currently on the web
!                 latest_ver_string = "0.1"
!                 latest_ver_num = 0.1
          except:
              self.ShowMessage("Error checking the latest version")





More information about the Spambayes-checkins mailing list