aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sorted.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sorted.c')
-rw-r--r--widgets/table/e-table-sorted.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/widgets/table/e-table-sorted.c b/widgets/table/e-table-sorted.c
index 022e4e9582..31f0fa60b4 100644
--- a/widgets/table/e-table-sorted.c
+++ b/widgets/table/e-table-sorted.c
@@ -65,8 +65,9 @@ ets_dispose (GObject *object)
ets->insert_idle_id = 0;
if (ets->sort_info) {
- g_signal_handler_disconnect (G_OBJECT (ets->sort_info),
- ets->sort_info_changed_id);
+ g_signal_handler_disconnect (
+ ets->sort_info,
+ ets->sort_info_changed_id);
g_object_unref (ets->sort_info);
ets->sort_info = NULL;
}