GNOME Bugzilla – Bug 607352
Tabbing around "Add earlier activity" gives an error
Last modified: 2010-01-18 21:48:46 UTC
Created attachment 151704 [details] [review] Correct usage of get_date and datetime.date When tabbing past the calendar popup in "Add earlier activity" an error occurs due to the assumption that the months in gtk.Calendar.get_date starts at 1 (when they start at 0). This clashes with python's datetime.date where the months do start at 1. See attached patch.
humm, this was fixed a few days ago! is your git up to date?
I have to admit I just looked at the 2.29.5 release. But nice to know that it has been fixed.