From 23587bebe83c772d08ab2ae7faa31dffa45b0987 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 31 Oct 2001 10:33:51 +0000 Subject: Added frozen_count variable to know not to show the cursor while a change 2001-10-31 Christopher James Lahey * e-table-item.c, e-table-item.h: Added frozen_count variable to know not to show the cursor while a change is going on. * e-table-model.c, e-table-model.h, e-tree-model.c, e-tree-model.h: Added a model_no_change signal to pair with a pre_change if there's no change. * e-table-selection-model.h: Removed an unused frozen field here. * e-table-sorted.c, e-table-subset.c, e-table-subset.h, e-table-without.c, e-tree-memory.c, e-tree-sorted.c, e-tree-table-adapter.c: Made sure pre_changes were all matched by some change. Proxy no_change signal where appropriate. * e-tree-selection-model.c: Keep track of the frozen_count variable to know whether a change is going on. svn path=/trunk/; revision=14523 --- widgets/table/e-table-selection-model.h | 1 - 1 file changed, 1 deletion(-) (limited to 'widgets/table/e-table-selection-model.h') diff --git a/widgets/table/e-table-selection-model.h b/widgets/table/e-table-selection-model.h index cbc96ed48c..93cd6df94e 100644 --- a/widgets/table/e-table-selection-model.h +++ b/widgets/table/e-table-selection-model.h @@ -54,7 +54,6 @@ typedef struct { guint model_changed_idle_id; - guint frozen : 1; guint selection_model_changed : 1; guint group_info_changed : 1; -- cgit v1.2.3