diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-29 07:57:01 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-29 07:57:01 +0800 |
commit | 74292600ef7fa99759f3681981d5bd8945c58798 (patch) | |
tree | 8d3ef71fdfea9efc73a1f5697c8375fc0dcae774 /shell/ChangeLog | |
parent | d6e6a8d2cc1dcd1ec1aab907a3f7723e0a675b71 (diff) | |
download | gsoc2013-evolution-74292600ef7fa99759f3681981d5bd8945c58798.tar.gz gsoc2013-evolution-74292600ef7fa99759f3681981d5bd8945c58798.tar.zst gsoc2013-evolution-74292600ef7fa99759f3681981d5bd8945c58798.zip |
Use strcasecmp instead of strcmp.
2001-03-28 Christopher James Lahey <clahey@ximian.com>
* e-storage-set-view.c (storage_sort_callback,
folder_sort_callback): Use strcasecmp instead of strcmp.
svn path=/trunk/; revision=9002
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 148c1a2c02..aaf00ceff0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-03-28 Christopher James Lahey <clahey@ximian.com> + + * e-storage-set-view.c (storage_sort_callback, + folder_sort_callback): Use strcasecmp instead of strcmp. + 2001-03-28 Ettore Perazzoli <ettore@ximian.com> * e-local-storage.c (async_xfer_folder_callback): |