From fb6c1a7afb699431ce6860888f423d5c2e7c1c8e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 8 Feb 2001 21:05:03 +0000 Subject: Add a missing gtk_object_ref. * e-table-sorter.c (ets_set_arg): Add a missing gtk_object_ref. svn path=/trunk/; revision=8118 --- widgets/table/e-table-sorter.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3