From a527f288125ec1f05e95346c90f85fe89563cc79 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 28 Sep 2005 10:07:34 +0000 Subject: Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to 2005-09-28 Tor Lillqvist * gui/e-cal-model-calendar.c (set_transparency): Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to literal ASCII strings, just casefolding ASCII is enough. Also better for portability. svn path=/trunk/; revision=30392 --- calendar/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 25b85c9816..71632ccf0b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-09-28 Tor Lillqvist + + * gui/e-cal-model-calendar.c (set_transparency): Use + g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to + literal ASCII strings, just casefolding ASCII is enough. Also + better for portability. + 2005-09-08 P. S. Chakravarthi Fix #261625 -- cgit