[Python-checkins] CVS: python/dist/src/Mac/Lib EasyDialogs.py,1.32,1.33

Jack Jansen jackjansen@users.sourceforge.net
Fri, 27 Jul 2001 02:21:30 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv22541/python/Mac/Lib

Modified Files:
	EasyDialogs.py 
Log Message:
ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero.

Index: EasyDialogs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/EasyDialogs.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** EasyDialogs.py	2001/06/26 06:57:12	1.32
--- EasyDialogs.py	2001/07/27 09:21:28	1.33
***************
*** 278,282 ****
  			else:
  				if part == 4:	# inDrag 
! 					self.d.DragWindow(where, screenbounds)
  				else:
  					MacOS.HandleEvent(ev) 
--- 278,282 ----
  			else:
  				if part == 4:	# inDrag 
! 					self.w.DragWindow(where, screenbounds)
  				else:
  					MacOS.HandleEvent(ev)