diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-05 05:38:40 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-05 05:38:40 +0800 |
commit | 6500f641816afdb3aaa7cc27f186500f4c0d7d8b (patch) | |
tree | 5149291be1a315144a9f92c2189752ffe4663feb /mail/ChangeLog | |
parent | 77b51962b586f150d827c543d581b278caee0c9f (diff) | |
download | gsoc2013-evolution-6500f641816afdb3aaa7cc27f186500f4c0d7d8b.tar gsoc2013-evolution-6500f641816afdb3aaa7cc27f186500f4c0d7d8b.tar.gz gsoc2013-evolution-6500f641816afdb3aaa7cc27f186500f4c0d7d8b.tar.bz2 gsoc2013-evolution-6500f641816afdb3aaa7cc27f186500f4c0d7d8b.tar.lz gsoc2013-evolution-6500f641816afdb3aaa7cc27f186500f4c0d7d8b.tar.xz gsoc2013-evolution-6500f641816afdb3aaa7cc27f186500f4c0d7d8b.tar.zst gsoc2013-evolution-6500f641816afdb3aaa7cc27f186500f4c0d7d8b.zip |
Use g_int_compare and g_str_compare as we should be instead of g_int_equal
2000-03-04 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Use g_int_compare and g_str_compare as we should
be instead of g_int_equal and g_str_equal.
svn path=/trunk/; revision=2046
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e2f211ba3a..8be9ee5e94 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-03-04 Christopher James Lahey <clahey@helixcode.com> + + * message-list.c: Use g_int_compare and g_str_compare as we should + be instead of g_int_equal and g_str_equal. + 2000-03-04 bertrand <bertrand@helixcode.com> * test-mail.c (main): replace the bonobo-active/gtk-main |