aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-27 05:01:15 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-27 05:01:15 +0800
commit68cb7c9340ccfac138652a0152be72bab7c211c7 (patch)
tree85808a8ff9f37d80f4c3e2420db857c2e0a5aa9a
parent24f211162b3d6e6f7b3adca1071b76382bb96c2a (diff)
downloadgsoc2013-evolution-68cb7c9340ccfac138652a0152be72bab7c211c7.tar
gsoc2013-evolution-68cb7c9340ccfac138652a0152be72bab7c211c7.tar.gz
gsoc2013-evolution-68cb7c9340ccfac138652a0152be72bab7c211c7.tar.bz2
gsoc2013-evolution-68cb7c9340ccfac138652a0152be72bab7c211c7.tar.lz
gsoc2013-evolution-68cb7c9340ccfac138652a0152be72bab7c211c7.tar.xz
gsoc2013-evolution-68cb7c9340ccfac138652a0152be72bab7c211c7.tar.zst
gsoc2013-evolution-68cb7c9340ccfac138652a0152be72bab7c211c7.zip
Only unref etst->sort_info once.
2002-04-26 Christopher James Lahey <clahey@ximian.com> * e-table-state.c (etst_destroy): Only unref etst->sort_info once. svn path=/trunk/; revision=16603
-rw-r--r--widgets/table/e-table-state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c
index 730103ed8c..a0d746bf36 100644
--- a/widgets/table/e-table-state.c
+++ b/widgets/table/e-table-state.c
@@ -44,7 +44,6 @@ etst_destroy (GtkObject *object)
{
ETableState *etst = E_TABLE_STATE (object);
- gtk_object_unref (GTK_OBJECT (etst->sort_info));
if (etst->columns) {
g_free (etst->columns);
etst->columns = NULL;