diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-03 22:50:38 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-03 22:50:38 +0800 |
commit | 0cebe028cbf4d2292740c2b4cfb71efe57b3087e (patch) | |
tree | d363096b167f6bedb00cc14ba0099a6ff9cea94b /addressbook/ChangeLog | |
parent | 92043633cb2e9ca6ffd516f2dd162a5e84fe63c1 (diff) | |
download | gsoc2013-evolution-0cebe028cbf4d2292740c2b4cfb71efe57b3087e.tar gsoc2013-evolution-0cebe028cbf4d2292740c2b4cfb71efe57b3087e.tar.gz gsoc2013-evolution-0cebe028cbf4d2292740c2b4cfb71efe57b3087e.tar.bz2 gsoc2013-evolution-0cebe028cbf4d2292740c2b4cfb71efe57b3087e.tar.lz gsoc2013-evolution-0cebe028cbf4d2292740c2b4cfb71efe57b3087e.tar.xz gsoc2013-evolution-0cebe028cbf4d2292740c2b4cfb71efe57b3087e.tar.zst gsoc2013-evolution-0cebe028cbf4d2292740c2b4cfb71efe57b3087e.zip |
Made this table model more consistent in the number of columns it has.
2001-04-03 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-model.c (COLS): Made this table model
more consistent in the number of columns it has.
(addressbook_append_row): Fixed this function. We removed the col
offset.
svn path=/trunk/; revision=9129
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 121ce5ec24..fb6d83ea05 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-04-03 Christopher James Lahey <clahey@ximian.com> + + * gui/widgets/e-addressbook-model.c (COLS): Made this table model + more consistent in the number of columns it has. + (addressbook_append_row): Fixed this function. We removed the col + offset. + 2001-04-02 Iain Holmes <iain@ximian.com> * backend/ebook/evolution-gnomecard-importer.c (importer_init): Shut |