aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-subset.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-19 04:58:34 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-19 04:58:34 +0800
commit199a9f60a0302679a2c9dd2142bc91e2f97457ae (patch)
tree7d0f96252107898c9adc70d3990dce284db6f306 /widgets/table/e-table-subset.h
parent8fefb8df4b9f1901537ab31cefc3e44e86f4d099 (diff)
downloadgsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.tar
gsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.tar.gz
gsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.tar.bz2
gsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.tar.lz
gsoc2013-evolution-199a9f60a0302679a2c9dd2142bc91e2f97457ae.tar.xz
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.h2
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;