aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-09-28 19:45:01 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-09-28 19:45:01 +0800
commit00be9c147cee2a3adbc65f3d7eb5190c3629890b (patch)
treecab33b566d1eeccbec6c3d6454203d94b167bd2b /widgets/table/ChangeLog
parent31485fd4119368e7c208a1ff86860a7e2370532f (diff)
downloadgsoc2013-evolution-00be9c147cee2a3adbc65f3d7eb5190c3629890b.tar
gsoc2013-evolution-00be9c147cee2a3adbc65f3d7eb5190c3629890b.tar.gz
gsoc2013-evolution-00be9c147cee2a3adbc65f3d7eb5190c3629890b.tar.bz2
gsoc2013-evolution-00be9c147cee2a3adbc65f3d7eb5190c3629890b.tar.lz
gsoc2013-evolution-00be9c147cee2a3adbc65f3d7eb5190c3629890b.tar.xz
gsoc2013-evolution-00be9c147cee2a3adbc65f3d7eb5190c3629890b.tar.zst
gsoc2013-evolution-00be9c147cee2a3adbc65f3d7eb5190c3629890b.zip
Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28 Tor Lillqvist <tml@novell.com> * e-table-specification.c (e_table_specification_load_from_node): 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=30407
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r--widgets/table/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 823e8928c8..f005ef5ea1 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-28 Tor Lillqvist <tml@novell.com>
+
+ * e-table-specification.c (e_table_specification_load_from_node):
+ Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing
+ to literal ASCII strings, just casefolding ASCII is enough. Also
+ better for portability.
+
2005-08-24 Li Yuan <li.yuan@sun.com>
Fixes #314352.