diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-27 07:01:48 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-27 07:01:48 +0800 |
commit | 0adf2e8584b9559fdaf185d04db2196c60949ced (patch) | |
tree | d8ffc26e24dc7de0a25bd5687e56af9d20fe5b2b /widgets/e-table/ChangeLog | |
parent | a8d433b4b89585bc9a1326f0f98c3fa91d3fc71f (diff) | |
download | gsoc2013-evolution-0adf2e8584b9559fdaf185d04db2196c60949ced.tar gsoc2013-evolution-0adf2e8584b9559fdaf185d04db2196c60949ced.tar.gz gsoc2013-evolution-0adf2e8584b9559fdaf185d04db2196c60949ced.tar.bz2 gsoc2013-evolution-0adf2e8584b9559fdaf185d04db2196c60949ced.tar.lz gsoc2013-evolution-0adf2e8584b9559fdaf185d04db2196c60949ced.tar.xz gsoc2013-evolution-0adf2e8584b9559fdaf185d04db2196c60949ced.tar.zst gsoc2013-evolution-0adf2e8584b9559fdaf185d04db2196c60949ced.zip |
Fixed the model/view row confusion.
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
#define properly.
svn path=/trunk/; revision=4371
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 6f8633c08c..36c7a78db6 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,12 @@ 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 + #define properly. + +2000-07-26 Christopher James Lahey <clahey@helixcode.com> + * e-table-group-container.c, e-table-group-container.h, e-table-group-leaf.c, e-table-group-leaf.h: Added "table_selection_model" argument. Removed foreach function and selection notification. |