changeset 22:8b168989c344 ornery-orc

Traipse 'OpenRPG' {090827-04} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc''s main goal is to offer more advanced features and enhance the productivity of the user. Update Summary: Update Manager is now in version 0.8. While not every button works, users can now browse the different revisions and their different changesets. The code has been refined some with feature from Core added to it. A Crash report is now created if the users software crashes. Update Manager has been moved to the Traipse Suite menu item, and a Debug Console as been added as well. Please Check the Controls Panel to see the other files changed. This is the 5th daily build. Sheesh. Forgot some files, Controls now operates like it should.
author sirebral
date Thu, 27 Aug 2009 01:28:11 -0500
parents 410e35a75a34
children 07ebe8916b7e 51428d30c59e
files orpg/orpg_version.py upmana/updatemana.py
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/orpg_version.py	Thu Aug 27 01:19:51 2009 -0500
+++ b/orpg/orpg_version.py	Thu Aug 27 01:28:11 2009 -0500
@@ -4,7 +4,7 @@
 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
 DISTRO = "Traipse"
 DIS_VER = "Ornery Orc"
-BUILD = "090827-03"
+BUILD = "090827-04"
 
 # This version is for network capability.
 PROTOCOL_VERSION = "1.2"
--- a/upmana/updatemana.py	Thu Aug 27 01:19:51 2009 -0500
+++ b/upmana/updatemana.py	Thu Aug 27 01:28:11 2009 -0500
@@ -508,6 +508,7 @@
         i = event.GetIndex()
         self.revlist.Select(i, True)
         self.revlist.Focus(i)
+        self.BranchInfo(self.current)
         if self.currev != self.revlist.GetItemText( self.revlist.GetFirstSelected() ):
             self.RevInfo(self.currev)