/[ascend]/trunk/pygtk/gtkbrowser.py
ViewVC logotype

Diff of /trunk/pygtk/gtkbrowser.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 964 by johnpye, Fri Nov 24 00:37:11 2006 UTC revision 965 by johnpye, Wed Dec 13 23:53:57 2006 UTC
# Line 1082  class Browser: Line 1082  class Browser:
1082          text = "Your version is %s\n" % config.VERSION          text = "Your version is %s\n" % config.VERSION
1083          try:          try:
1084              v.check()              v.check()
1085              text += "Latest version is %s\n" % v.latest              if config.VERSION==v.latest:
1086              if v.info:                  text += "You are running the latest released version"
1087                  text += "Get more info at %s\n" % v.info              else:
1088              if v.download:                  text += "Latest version is %s\n" % v.latest
1089                  text += "Download from %s\n" % v.download                  if v.info:
1090                        text += "Get more info at %s\n" % v.info
1091                    if v.download:
1092                        text += "Download from %s\n" % v.download
1093          except Exception, e:          except Exception, e:
1094              text += "\nUnable to check version\n"              text += "\nUnable to check version\n"
1095              text += str(e)              text += str(e)

Legend:
Removed from v.964  
changed lines
  Added in v.965

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22