diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-09 22:43:25 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-09 22:43:25 +0800 |
commit | 4ac82c14c897e907e2df607920f5fe9a7b113eb5 (patch) | |
tree | ced61cf9bd6810f90bc35a347f106241502c7d91 /addressbook/ChangeLog | |
parent | aae2005a2e3a3c2768abddd7c92ff04c35afc29c (diff) | |
download | gsoc2013-evolution-4ac82c14c897e907e2df607920f5fe9a7b113eb5.tar gsoc2013-evolution-4ac82c14c897e907e2df607920f5fe9a7b113eb5.tar.gz gsoc2013-evolution-4ac82c14c897e907e2df607920f5fe9a7b113eb5.tar.bz2 gsoc2013-evolution-4ac82c14c897e907e2df607920f5fe9a7b113eb5.tar.lz gsoc2013-evolution-4ac82c14c897e907e2df607920f5fe9a7b113eb5.tar.xz gsoc2013-evolution-4ac82c14c897e907e2df607920f5fe9a7b113eb5.tar.zst gsoc2013-evolution-4ac82c14c897e907e2df607920f5fe9a7b113eb5.zip |
Fixed a small off by one error that was causing an extra character to get
2000-07-09 Christopher James Lahey <clahey@helixcode.com>
* gui/component/select-names/e-select-names-model.c: Fixed a small
off by one error that was causing an extra character to get
deleted sometimes.
svn path=/trunk/; revision=4016
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8a14d49470..27a59f3d8b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-07-09 Christopher James Lahey <clahey@helixcode.com> + + * gui/component/select-names/e-select-names-model.c: Fixed a small + off by one error that was causing an extra character to get + deleted sometimes. + 2000-07-09 Anders Carlsson <andersca@gnu.org> * gui/minicard/test-reflow.c (allocate_callback): Fix off by one bug with |