diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-02 10:20:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-02 10:20:30 +0800 |
commit | 10639cdca92f3225f2c246289402677d5af16755 (patch) | |
tree | cd91a9a1c1aa5978f0abe12d51b5fb32c3d6ff7c /e-util/ChangeLog | |
parent | c5212445ee7afc68ab02303fa76f2366c95fa806 (diff) | |
download | gsoc2013-evolution-10639cdca92f3225f2c246289402677d5af16755.tar gsoc2013-evolution-10639cdca92f3225f2c246289402677d5af16755.tar.gz gsoc2013-evolution-10639cdca92f3225f2c246289402677d5af16755.tar.bz2 gsoc2013-evolution-10639cdca92f3225f2c246289402677d5af16755.tar.lz gsoc2013-evolution-10639cdca92f3225f2c246289402677d5af16755.tar.xz gsoc2013-evolution-10639cdca92f3225f2c246289402677d5af16755.tar.zst gsoc2013-evolution-10639cdca92f3225f2c246289402677d5af16755.zip |
Duh! -1 != 1. :)
* e-util.c (g_int_compare): Duh! -1 != 1. :)
svn path=/trunk/; revision=3363
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 450b9c45b1..f794614488 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2000-06-01 Dan Winship <danw@helixcode.com> + + * e-util.c (g_int_compare): Duh! -1 != 1. :) + 2000-06-01 Christopher James Lahey <clahey@helixcode.com> * e-sexp.c (e_sexp_term_eval): g_return_val_if_fail to prevent a crash. |