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 574045 - evolution uses glic specfic feature of sprintf
evolution uses glic specfic feature of sprintf
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.26.x (obsolete)
Other opensolaris
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 574210 (view as bug list)
Depends on:
Blocks: 574210
 
 
Reported: 2009-03-04 11:34 UTC by Wang Xin
Modified: 2013-09-13 01:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the problem. (1.59 KB, patch)
2009-03-04 11:37 UTC, Wang Xin
none Details | Review

Description Wang Xin 2009-03-04 11:34:50 UTC
In widgets/misc/e-calendar-item.c, %Id is used in the call to sprintf. This is a glibc specific feature and is not supported by glibc shipped in Solaris.
Comment 1 Wang Xin 2009-03-04 11:37:15 UTC
Created attachment 130007 [details] [review]
Patch to fix the problem.

Mark the string as translatable. So we can turn it into %d when we handle *.po files before we build it.
Comment 2 Matthew Barnes 2009-03-04 12:14:23 UTC
This was recently introduced by bug #342446.
Comment 3 Chenthill P 2009-03-08 16:03:52 UTC
Fix has been included with the patch at http://bugzilla.gnome.org/show_bug.cgi?id=342446#c23 .
Comment 4 Akhil Laddha 2010-03-25 11:32:06 UTC
*** Bug 574210 has been marked as a duplicate of this bug. ***