diff options
author | Tor Lillqvist <tml@novell.com> | 2005-09-28 18:12:16 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-09-28 18:12:16 +0800 |
commit | bb1c36c74db8723120846cd74207cf4df1c127bc (patch) | |
tree | f02c81fff503be98b7030577133e8fda43c6cdcb /calendar/ChangeLog | |
parent | 11ed217073533eaec516b02cd0a9dd4cd32d9b4d (diff) | |
download | gsoc2013-evolution-bb1c36c74db8723120846cd74207cf4df1c127bc.tar gsoc2013-evolution-bb1c36c74db8723120846cd74207cf4df1c127bc.tar.gz gsoc2013-evolution-bb1c36c74db8723120846cd74207cf4df1c127bc.tar.bz2 gsoc2013-evolution-bb1c36c74db8723120846cd74207cf4df1c127bc.tar.lz gsoc2013-evolution-bb1c36c74db8723120846cd74207cf4df1c127bc.tar.xz gsoc2013-evolution-bb1c36c74db8723120846cd74207cf4df1c127bc.tar.zst gsoc2013-evolution-bb1c36c74db8723120846cd74207cf4df1c127bc.zip |
Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
2005-09-28 Tor Lillqvist <tml@novell.com>
* gui/itip-bonobo-control.c (pstream_load, pstream_save): 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=30394
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 71fc1a6f25..877fcd0f75 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,10 +1,11 @@ 2005-09-28 Tor Lillqvist <tml@novell.com> * 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. + * gui/e-cal-model.c (set_classification) + * gui/itip-bonobo-control.c (pstream_load, pstream_save): 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> |