ajack       2003/11/19 11:56:10

  Modified:    python/gump/model state.py
  Log:
  Gave reason description for state code, not reason code, by accident...
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-gump/python/gump/model/state.py
  
  Index: state.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/model/state.py,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- state.py  19 Nov 2003 19:43:53 -0000      1.5
  +++ state.py  19 Nov 2003 19:56:10 -0000      1.6
  @@ -166,7 +166,7 @@
           return self.reason
           
       def getReasonDescription(self):
  -        return reasonString(self.getState())
  +        return reasonString(self.getReason())
           
       #
       #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to