calendar.py patch

CalenDlg on click button OK not return result.

Regards,

Tomo

calendar.diff (189 Bytes)

Tomo Vuckovic wrote:

CalenDlg on click button OK not return result.

Regards,

Tomo

------------------------------------------------------------------------

832,833d831
< # return result on OK button - Tomo - Fri 16 Jan 2004 01:24:58 PM CET
< self.result = [ 0, self.calend.day, Month[self.calend.month], str(self.calend.year)]

Please do a patch using the unified diff output format:

  diff -u2 path/to/file1 path/to/file2

and preferably using cvs:

  cvs diff -u2 path/to/file

As it is now, without guessing, which I would rather not do, I have no idea what file to apply this too, and without the context I can't be sure that any change that I may have made in the meantime would not affect things adversly.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!