After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607352 - Tabbing around "Add earlier activity" gives an error
Tabbing around "Add earlier activity" gives an error
Status: RESOLVED OBSOLETE
Product: hamster-applet
Classification: Deprecated
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: hamster-applet-maint
hamster-applet-maint
Depends on:
Blocks:
 
 
Reported: 2010-01-18 20:17 UTC by maxx
Modified: 2010-01-18 21:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Correct usage of get_date and datetime.date (726 bytes, patch)
2010-01-18 20:17 UTC, maxx
none Details | Review

Description maxx 2010-01-18 20:17:54 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.
Comment 1 Toms Bauģis 2010-01-18 21:20:00 UTC
humm, this was fixed a few days ago!
is your git up to date?
Comment 2 maxx 2010-01-18 21:48:46 UTC
I have to admit I just looked at the 2.29.5 release. But nice to know that it has been fixed.