/[papo]/papo/forms/hack.py
ViewVC logotype

Diff of /papo/forms/hack.py

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

revision 1.27 by styxman, Tue Feb 25 01:57:16 2003 UTC revision 1.28 by styxman, Thu Feb 27 22:10:44 2003 UTC
# Line 108  def confirmRollback (form, block, commit Line 108  def confirmRollback (form, block, commit
108        form.callTrigger(commitTrigger)        form.callTrigger(commitTrigger)
109      elif res == 2:      elif res == 2:
110        rollback(block)        rollback(block)
111    if res in (1,2):    if res in (0, 1, 2):
112      block.newRecord()      block.newRecord()
113      if entry:      if entry:
114        form.setFocus(entry)        form.setFocus(entry)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26