From: <cl...@us...> - 2002-05-24 04:25:56
|
Update of /cvsroot/todo-manager/todo-manager In directory usw-pr-cvs1:/tmp/cvs-serv16915 Modified Files: Tag: dev-bronze tdm_calendar.py Log Message: If it Gets then why should it be setting variables? Index: tdm_calendar.py =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/Attic/tdm_calendar.py,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -d -r1.1.2.8 -r1.1.2.9 --- tdm_calendar.py 3 Mar 2002 18:15:59 -0000 1.1.2.8 +++ tdm_calendar.py 24 May 2002 04:25:54 -0000 1.1.2.9 @@ -88,8 +88,7 @@ i=i+1 # Returns the day the user has selected with the mouse - def GetDay(self,p): - self.day = p + def GetDay(self): if self.__LeftClickDateCommand: self.__LeftClickDateCommand(p) |