GNOME Bugzilla – Bug 574210
Calendar dates show Id instead of date
Last modified: 2010-03-25 11:32:06 UTC
Please describe the problem: In the calendar month view widget, the days of the month have Id (or IdId for two-digit days) instead of the actual digit (i.e. 1, 2, 10, etc.). This started happening in Evo 2.24.5 when localization was introduced. The digits are now produced in widgets/misc/e-calendar-item.c using the %Id notation to sprintf(). The 'I' modifier is a glibc convention that is not supported in FreeBSD or Solaris. I have patched this out in the FreeBSD port, but it would be nice if configure could detect if this modifier works, and fallback to %d if not. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information: I've attached a screenshot to illustrate the problem.
Created attachment 130091 [details] Screenshot illustrating the problem witht he month view widget
It was caused after these commits http://bugzilla.gnome.org/show_bug.cgi?id=342446#c12 And there is patch for Solaris bug 574045
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 574045 ***