Changeset 134

Show
Ignore:
Timestamp:
04/14/08 03:23:57 (5 months ago)
Author:
njriley
Message:

restore the timeout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sucrose/trunk/python/keypad_tk.py

    r131 r134  
    6464 
    6565                # Kill yourself after 30 seconds 
    66                 # self.window.after(30000,self.destroy) 
     66                self.window.after(30000,self.destroy) 
    6767                Tkinter.Button(self.window, text="Cancel", 
    6868                                           font=('helvetica', 24, 'bold'), command=self.destroy).\