From a1725df2bba552edf4489d8163800c35800b0863 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 6 Dec 2001 20:21:51 +0000 Subject: Merging changes: 2001-12-04 Christopher James Lahey * e-tree-selection-model.c (e_tree_selection_model_change_cursor): Unset selection->old_selection here. svn path=/trunk/; revision=14912 --- widgets/table/e-tree-selection-model.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table') diff --git a/widgets/table/e-tree-selection-model.c b/widgets/table/e-tree-selection-model.c index b8e63fb79f..04e74c0f96 100644 --- a/widgets/table/e-tree-selection-model.c +++ b/widgets/table/e-tree-selection-model.c @@ -1288,6 +1288,8 @@ e_tree_selection_model_change_cursor (ETreeSelectionModel *etsm, ETreePath path) row = etsm_cursor_row_real(etsm); + E_SELECTION_MODEL (etsm)->old_selection = -1; + e_selection_model_cursor_changed(E_SELECTION_MODEL(etsm), row, etsm->priv->cursor_col); e_selection_model_cursor_activated(E_SELECTION_MODEL(etsm), row, etsm->priv->cursor_col); } -- cgit v1.2.3