diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-19 04:58:34 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-19 04:58:34 +0800 |
commit | 199a9f60a0302679a2c9dd2142bc91e2f97457ae (patch) | |
tree | 7d0f96252107898c9adc70d3990dce284db6f306 /widgets/table/e-table-subset.h | |
parent | 8fefb8df4b9f1901537ab31cefc3e44e86f4d099 (diff) | |
download | gsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.tar.gz gsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.tar.zst gsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.zip |
Sped up signal propogation.
2000-10-18 Christopher James Lahey <clahey@helixcode.com>
* e-table-subset.c, e-table-subset.h: Sped up signal propogation.
svn path=/trunk/; revision=6006
Diffstat (limited to 'widgets/table/e-table-subset.h')
-rw-r--r-- | widgets/table/e-table-subset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-subset.h b/widgets/table/e-table-subset.h index 1b32ea933e..763b0aa0b4 100644 --- a/widgets/table/e-table-subset.h +++ b/widgets/table/e-table-subset.h @@ -18,6 +18,8 @@ typedef struct { int n_map; int *map_table; + int last_access; + int table_model_pre_change_id; int table_model_changed_id; int table_model_row_changed_id; |