mirror of
https://github.com/python/cpython.git
synced 2025-09-07 17:32:01 +00:00
Merging appropriate 2.1.1 fixes back into the main trunk.
This commit is contained in:
parent
cb60dae6a1
commit
cbed91b4db
26 changed files with 162 additions and 122 deletions
|
@ -1010,6 +1010,10 @@ class DialogWindow(Window):
|
|||
def close(self):
|
||||
self.do_postclose()
|
||||
|
||||
def do_postclose(self):
|
||||
self.dlg = None
|
||||
Window.do_postclose(self)
|
||||
|
||||
def do_itemhit(self, item, event):
|
||||
print 'Dialog %s, item %d hit'%(self.dlg, item)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue