commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/navigator/src UIwxpython.py


From: Derek Neighbors
Subject: gnue/navigator/src UIwxpython.py
Date: Thu, 06 Jun 2002 23:03:05 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Derek Neighbors <address@hidden>        02/06/06 23:03:05

Modified files:
        navigator/src  : UIwxpython.py 

Log message:
        Fixed not being able to run forms from navigator.  Seemed like there 
was a stray 'return' sitting out there.  I commented out incase it was there 
for reason, but removing it fixed things.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/src/UIwxpython.py.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: gnue/navigator/src/UIwxpython.py
diff -c gnue/navigator/src/UIwxpython.py:1.15 
gnue/navigator/src/UIwxpython.py:1.16
*** gnue/navigator/src/UIwxpython.py:1.15       Thu Jun  6 22:15:38 2002
--- gnue/navigator/src/UIwxpython.py    Thu Jun  6 23:03:05 2002
***************
*** 206,212 ****
      else:
        formfile = step.location
  
!       return
  
      try:
        #
--- 206,212 ----
      else:
        formfile = step.location
  
! # this was stray??     return
  
      try:
        #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]