aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sorted-variable.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-01 12:01:05 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-01 12:01:05 +0800
commiteb5dc08dc91a593357a6c1b1db98fac8cdb1662e (patch)
tree95a4c1a740939467e6f179c73a13594c684e9cfc /widgets/table/e-table-sorted-variable.h
parent64fbed6351453bc9e61c15cfe7267d6df4574ac0 (diff)
downloadgsoc2013-evolution-eb5dc08dc91a593357a6c1b1db98fac8cdb1662e.tar
gsoc2013-evolution-eb5dc08dc91a593357a6c1b1db98fac8cdb1662e.tar.gz
gsoc2013-evolution-eb5dc08dc91a593357a6c1b1db98fac8cdb1662e.tar.bz2
gsoc2013-evolution-eb5dc08dc91a593357a6c1b1db98fac8cdb1662e.tar.lz
gsoc2013-evolution-eb5dc08dc91a593357a6c1b1db98fac8cdb1662e.tar.xz
gsoc2013-evolution-eb5dc08dc91a593357a6c1b1db98fac8cdb1662e.tar.zst
gsoc2013-evolution-eb5dc08dc91a593357a6c1b1db98fac8cdb1662e.zip
Made this more reentrant.
2000-04-30 Christopher James Lahey <clahey@helixcode.com> * e-table-header-item.c: Made this more reentrant. * e-table-sorted-variable.c, e-table-sorted-variable.h: Does a proper resort when the sorting info changes. * e-table.c, e-table.h: Made it so that ETable doesn't destroy and recreate the entire table when sorting info changes. svn path=/trunk/; revision=2704
Diffstat (limited to 'widgets/table/e-table-sorted-variable.h')
-rw-r--r--widgets/table/e-table-sorted-variable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-sorted-variable.h b/widgets/table/e-table-sorted-variable.h
index 1a22679040..53740e85f0 100644
--- a/widgets/table/e-table-sorted-variable.h
+++ b/widgets/table/e-table-sorted-variable.h
@@ -24,6 +24,7 @@ typedef struct {
int table_model_changed_id;
int table_model_row_changed_id;
int table_model_cell_changed_id;
+ int sort_info_changed_id;
} ETableSortedVariable;
typedef struct {