aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-11-01 08:35:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-11-01 08:35:40 +0800
commitf00d0b9514c4425e3721c3a53415a717c1e468d1 (patch)
treeab5008381742b9ba358076fc9d6070f6d797c7c6
parent7a1dfcef582242643fabd50688e0421ff398d645 (diff)
downloadgsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.tar
gsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.tar.gz
gsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.tar.bz2
gsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.tar.lz
gsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.tar.xz
gsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.tar.zst
gsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.zip
Fixed the signature of this function.
2001-10-31 Christopher James Lahey <clahey@ximian.com> * e-tree-selection-model.c (etsm_node_deleted): Fixed the signature of this function. svn path=/trunk/; revision=14560
-rw-r--r--widgets/table/e-tree-selection-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-tree-selection-model.c b/widgets/table/e-tree-selection-model.c
index 87c17b7e80..05adb5a612 100644
--- a/widgets/table/e-tree-selection-model.c
+++ b/widgets/table/e-tree-selection-model.c
@@ -462,7 +462,7 @@ etsm_node_removed (ETreeModel *etm, ETreePath parent, ETreePath child, int old_p
}
static void
-etsm_node_deleted (ETreeModel *etm, ETreePath parent, ETreePath child, int old_position, ETreeSelectionModel *etsm)
+etsm_node_deleted (ETreeModel *etm, ETreePath child, ETreeSelectionModel *etsm)
{
clear_tree (etsm, etm);
etsm_unfreeze (etsm);