aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sort-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sort-info.c')
-rw-r--r--widgets/table/e-table-sort-info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-sort-info.c b/widgets/table/e-table-sort-info.c
index c723ded8d8..2566f7e264 100644
--- a/widgets/table/e-table-sort-info.c
+++ b/widgets/table/e-table-sort-info.c
@@ -45,6 +45,8 @@ etsi_destroy (GtkObject *object)
static void
e_table_sort_info_init (ETableSortInfo *info)
{
+ GTK_OBJECT_UNSET_FLAGS (GTK_OBJECT (info), GTK_FLOATING);
+
info->group_count = 0;
info->groupings = NULL;
info->sort_count = 0;