aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-selection-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-selection-model.c')
-rw-r--r--widgets/misc/e-selection-model.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/misc/e-selection-model.c b/widgets/misc/e-selection-model.c
index 5b53619519..538a767a74 100644
--- a/widgets/misc/e-selection-model.c
+++ b/widgets/misc/e-selection-model.c
@@ -61,6 +61,9 @@ esm_destroy (GtkObject *object)
esm = E_SELECTION_MODEL (object);
drop_sorter(esm);
+
+ if (e_selection_model_parent_class->destroy)
+ (* e_selection_model_parent_class->destroy) (object);
}
static void