diff options
author | Tor Lillqvist <tml@novell.com> | 2005-09-28 17:57:50 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-09-28 17:57:50 +0800 |
commit | 247a12697fd421a1e461ec85bb1ea569f18fcf13 (patch) | |
tree | afe233335fe1f24642c34f60681d094337412969 /addressbook/ChangeLog | |
parent | c22849ea5d9f84d1006df256c1917f13cdb40cc9 (diff) | |
download | gsoc2013-evolution-247a12697fd421a1e461ec85bb1ea569f18fcf13.tar.gz gsoc2013-evolution-247a12697fd421a1e461ec85bb1ea569f18fcf13.tar.zst gsoc2013-evolution-247a12697fd421a1e461ec85bb1ea569f18fcf13.zip |
Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to the
2005-09-28 Tor Lillqvist <tml@novell.com>
* gui/component/addressbook.c (get_remember_password): Use
g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
the literal "true", just casefolding ASCII is enough. Also better
for portability.
svn path=/trunk/; revision=30391
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5727115201..da4d257170 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2005-09-28 Tor Lillqvist <tml@novell.com> + + * gui/component/addressbook.c (get_remember_password): Use + g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to + the literal "true", just casefolding ASCII is enough. Also better + for portability. + 2005-09-14 Sushma Rai <rsushma@novell.com> * gui/contact-list-editor/e-contact-list-editor.etspec: Set selection |