aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sorted-variable.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-04 09:36:06 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-04 09:36:06 +0800
commit1f89b12d0b057db33cf771d38e43aa29352f323a (patch)
tree3b9773762c7351f20601f97a50247b383a0d3ec2 /widgets/table/e-table-sorted-variable.h
parentd4d70c5c3c9c193243a909e3afc8e21b65a25996 (diff)
downloadgsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.gz
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.bz2
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.lz
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.xz
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.zst
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.zip
Replace insert sort completely with a qsort.
2000-05-04 Christopher James Lahey <clahey@helixcode.com> * e-table-sorted-variable.c: Replace insert sort completely with a qsort. svn path=/trunk/; revision=2786
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 53740e85f0..c6a57c5ede 100644
--- a/widgets/table/e-table-sorted-variable.h
+++ b/widgets/table/e-table-sorted-variable.h
@@ -25,6 +25,7 @@ typedef struct {
int table_model_row_changed_id;
int table_model_cell_changed_id;
int sort_info_changed_id;
+ int sort_idle_id;
} ETableSortedVariable;
typedef struct {