diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-11-01 08:35:40 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-11-01 08:35:40 +0800 |
commit | f00d0b9514c4425e3721c3a53415a717c1e468d1 (patch) | |
tree | ab5008381742b9ba358076fc9d6070f6d797c7c6 /widgets | |
parent | 7a1dfcef582242643fabd50688e0421ff398d645 (diff) | |
download | gsoc2013-evolution-f00d0b9514c4425e3721c3a53415a717c1e468d1.tar.gz 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
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-tree-selection-model.c | 2 |
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); |