Initialize frozen_count to 0.

2002-02-19  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-selection-model.c (e_tree_selection_model_init):
	Initialize frozen_count to 0.

svn path=/trunk/; revision=15765
This commit is contained in:
Christopher James Lahey
2002-02-19 20:03:44 +00:00
committed by Chris Lahey
parent 62364b691f
commit 7f2dde8abd

View File

@ -1320,6 +1320,8 @@ e_tree_selection_model_init (ETreeSelectionModel *etsm)
priv->cursor_save_id = NULL;
priv->frozen_count = 0;
priv->tree_model_pre_change_id = 0;
priv->tree_model_no_change_id = 0;