diff options
author | Tor Lillqvist <tml@novell.com> | 2005-09-28 18:07:34 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-09-28 18:07:34 +0800 |
commit | a527f288125ec1f05e95346c90f85fe89563cc79 (patch) | |
tree | 0b03afb403f06756ca3062ca351681ebdaf0d635 /calendar/ChangeLog | |
parent | 247a12697fd421a1e461ec85bb1ea569f18fcf13 (diff) | |
download | gsoc2013-evolution-a527f288125ec1f05e95346c90f85fe89563cc79.tar gsoc2013-evolution-a527f288125ec1f05e95346c90f85fe89563cc79.tar.gz gsoc2013-evolution-a527f288125ec1f05e95346c90f85fe89563cc79.tar.bz2 gsoc2013-evolution-a527f288125ec1f05e95346c90f85fe89563cc79.tar.lz gsoc2013-evolution-a527f288125ec1f05e95346c90f85fe89563cc79.tar.xz gsoc2013-evolution-a527f288125ec1f05e95346c90f85fe89563cc79.tar.zst gsoc2013-evolution-a527f288125ec1f05e95346c90f85fe89563cc79.zip |
Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28 Tor Lillqvist <tml@novell.com>
* 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <tml@novell.com> + + * 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 <pchakravarthi@novell.com> Fix #261625 |