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 695896 - [PATCH] On calendar window open, next month instead of current shown
[PATCH] On calendar window open, next month instead of current shown
Status: RESOLVED DUPLICATE of bug 681325
Product: gnome-panel
Classification: Other
Component: clock
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-15 06:56 UTC by Jethro Beekman
Modified: 2013-05-20 14:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
g_date_time_get_month() returns 1-12, but gtk_calendar_select_month() expects 0-11 (643 bytes, patch)
2013-03-15 06:56 UTC, Jethro Beekman
none Details | Review

Description Jethro Beekman 2013-03-15 06:56:21 UTC
Created attachment 238956 [details] [review]
g_date_time_get_month() returns 1-12, but gtk_calendar_select_month() expects 0-11

This is all pretty self-explanatory. The bug was introduced in
cd1a0db671b6eb57efcf2770287882e625ae1753 .

The bug still exists in Git master, but the patch is against 3.6.0.
Comment 1 Jeremy Bicha 2013-05-20 14:22:53 UTC

*** This bug has been marked as a duplicate of bug 681325 ***