diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-11-04 04:56:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-11-04 04:56:53 +0800 |
commit | f2b590b943ba31e56f83aad26864ae2f6210456a (patch) | |
tree | 2d56572046dadff4952a9b5c7cf0d12b32e14264 | |
parent | 4e0d5fd52a9825724abe9955f742b6ca53d6a438 (diff) | |
download | gsoc2013-evolution-f2b590b943ba31e56f83aad26864ae2f6210456a.tar gsoc2013-evolution-f2b590b943ba31e56f83aad26864ae2f6210456a.tar.gz gsoc2013-evolution-f2b590b943ba31e56f83aad26864ae2f6210456a.tar.bz2 gsoc2013-evolution-f2b590b943ba31e56f83aad26864ae2f6210456a.tar.lz gsoc2013-evolution-f2b590b943ba31e56f83aad26864ae2f6210456a.tar.xz gsoc2013-evolution-f2b590b943ba31e56f83aad26864ae2f6210456a.tar.zst gsoc2013-evolution-f2b590b943ba31e56f83aad26864ae2f6210456a.zip |
Turned on proper handling of insert and delete.
2000-11-03 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Turned on proper handling of insert
and delete.
svn path=/trunk/; revision=6375
-rw-r--r-- | widgets/table/e-table-selection-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-selection-model.c b/widgets/table/e-table-selection-model.c index 10b54ce6bf..1d7957e003 100644 --- a/widgets/table/e-table-selection-model.c +++ b/widgets/table/e-table-selection-model.c @@ -48,7 +48,7 @@ model_changed(ETableModel *etm, ETableSelectionModel *etsm) e_table_selection_model_clear(etsm); } -#if 0 +#if 1 static void model_row_inserted(ETableModel *etm, int row, ETableSelectionModel *etsm) { |