diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-02-20 04:03:44 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-02-20 04:03:44 +0800 |
commit | 7f2dde8abdfe9db2726d4ed1302879640208ce03 (patch) | |
tree | 1bf8eda6dd254142bac7f0f517be0ba2ba8954ab /widgets/table | |
parent | 62364b691f873606e1aa1104bd850b6b4fbf263b (diff) | |
download | gsoc2013-evolution-7f2dde8abdfe9db2726d4ed1302879640208ce03.tar gsoc2013-evolution-7f2dde8abdfe9db2726d4ed1302879640208ce03.tar.gz gsoc2013-evolution-7f2dde8abdfe9db2726d4ed1302879640208ce03.tar.bz2 gsoc2013-evolution-7f2dde8abdfe9db2726d4ed1302879640208ce03.tar.lz gsoc2013-evolution-7f2dde8abdfe9db2726d4ed1302879640208ce03.tar.xz gsoc2013-evolution-7f2dde8abdfe9db2726d4ed1302879640208ce03.tar.zst gsoc2013-evolution-7f2dde8abdfe9db2726d4ed1302879640208ce03.zip |
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
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-tree-selection-model.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-tree-selection-model.c b/widgets/table/e-tree-selection-model.c index 49835f847a..f139653ab5 100644 --- a/widgets/table/e-tree-selection-model.c +++ b/widgets/table/e-tree-selection-model.c @@ -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; |