diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-table-sorter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-sorter.c b/widgets/table/e-table-sorter.c index 08075f10e7..a103e3cd85 100644 --- a/widgets/table/e-table-sorter.c +++ b/widgets/table/e-table-sorter.c @@ -79,6 +79,7 @@ ets_set_arg (GtkObject *object, GtkArg *arg, guint arg_id) } ets->sort_info = E_TABLE_SORT_INFO(GTK_VALUE_OBJECT (*arg)); + gtk_object_ref(GTK_OBJECT(ets->sort_info)); ets->sort_info_changed_id = gtk_signal_connect (GTK_OBJECT (ets->sort_info), "sort_info_changed", GTK_SIGNAL_FUNC (ets_sort_info_changed), ets); |