Changeset 396

Show
Ignore:
Timestamp:
Fri May 16 20:29:00 2008
Author:
Brian
Message:

Alex's change to allow the first script in the menu to be repeated

Files:

Legend:

Unmodified
Added
Removed
Modified
  • ganttpv/trunk/Menu.py

    r376 r396  
    352 352 def doRepeatScript(event):  
    353 353     if debug: print "Start doRepeatScript"  
    354       if prior_script_id:  
      354     if prior_script_id is not None:  
    354 354         id = prior_script_id  
    355 355         sd = Data.GetScriptDirectory()