aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-09-28 18:09:38 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-09-28 18:09:38 +0800
commit11ed217073533eaec516b02cd0a9dd4cd32d9b4d (patch)
tree3b6d9b0c0facdd6393d8e2552cdef2d0bc079ee1 /calendar/ChangeLog
parenta527f288125ec1f05e95346c90f85fe89563cc79 (diff)
downloadgsoc2013-evolution-11ed217073533eaec516b02cd0a9dd4cd32d9b4d.tar
gsoc2013-evolution-11ed217073533eaec516b02cd0a9dd4cd32d9b4d.tar.gz
gsoc2013-evolution-11ed217073533eaec516b02cd0a9dd4cd32d9b4d.tar.bz2
gsoc2013-evolution-11ed217073533eaec516b02cd0a9dd4cd32d9b4d.tar.lz
gsoc2013-evolution-11ed217073533eaec516b02cd0a9dd4cd32d9b4d.tar.xz
gsoc2013-evolution-11ed217073533eaec516b02cd0a9dd4cd32d9b4d.tar.zst
gsoc2013-evolution-11ed217073533eaec516b02cd0a9dd4cd32d9b4d.zip
Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model.c (set_classification): 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=30393
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 71632ccf0b..71fc1a6f25 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,9 +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.
+ * gui/e-cal-model-calendar.c (set_transparency)
+ * gui/e-cal-model.c (set_classification): 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>