diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-27 07:22:08 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-27 07:22:08 +0800 |
commit | d1cc23165dd9f8d853b6384f038e97afcc51e22c (patch) | |
tree | 967d74a3d60b1adf61644a36f943ef6ec66c5b92 /widgets/e-table/ChangeLog | |
parent | 0adf2e8584b9559fdaf185d04db2196c60949ced (diff) | |
download | gsoc2013-evolution-d1cc23165dd9f8d853b6384f038e97afcc51e22c.tar gsoc2013-evolution-d1cc23165dd9f8d853b6384f038e97afcc51e22c.tar.gz gsoc2013-evolution-d1cc23165dd9f8d853b6384f038e97afcc51e22c.tar.bz2 gsoc2013-evolution-d1cc23165dd9f8d853b6384f038e97afcc51e22c.tar.lz gsoc2013-evolution-d1cc23165dd9f8d853b6384f038e97afcc51e22c.tar.xz gsoc2013-evolution-d1cc23165dd9f8d853b6384f038e97afcc51e22c.tar.zst gsoc2013-evolution-d1cc23165dd9f8d853b6384f038e97afcc51e22c.zip |
Added an ETableSelectionModel so this won't crash.
2000-07-26 Christopher James Lahey <clahey@helixcode.com>
* e-table-click-to-add.c, e-table-click-to-add.h: Added an
ETableSelectionModel so this won't crash.
svn path=/trunk/; revision=4372
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 36c7a78db6..2576cb3cf7 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,10 @@ 2000-07-26 Christopher James Lahey <clahey@helixcode.com> + * e-table-click-to-add.c, e-table-click-to-add.h: Added an + ETableSelectionModel so this won't crash. + +2000-07-26 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c: Fixed the model/view row confusion. * e-table-selection-model.c: Changed one expression to use a |