aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets/table/e-table.c1
-rw-r--r--widgets/table/e-tree.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index f1f68242f0..4a2edcb6f1 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -961,6 +961,7 @@ et_real_construct (ETable *e_table, ETableModel *etm, ETableExtras *ete,
e_table->horizontal_scrolling = specification->horizontal_scrolling;
e_table->sort_info = state->sort_info;
+ gtk_object_ref (GTK_OBJECT (state->sort_info));
e_table->group_info_change_id =
gtk_signal_connect (GTK_OBJECT (e_table->sort_info), "group_info_changed",
diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c
index ba394d3f71..773089df3f 100644
--- a/widgets/table/e-tree.c
+++ b/widgets/table/e-tree.c
@@ -734,6 +734,7 @@ et_real_construct (ETree *e_tree, ETreeModel *etm, ETableExtras *ete,
e_tree->horizontal_scrolling = specification->horizontal_scrolling;
e_tree->sort_info = state->sort_info;
+ gtk_object_ref (GTK_OBJECT (e_tree->sort_info));
gtk_object_set(GTK_OBJECT(e_tree->header),
"sort_info", e_tree->sort_info,
td>Remove libpcre.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1 * MASTER_SITES cleanup.mat2015-05-141-1/+1 * Support stagingehaupt2014-02-261-8/+8 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * Update PCRE to 8.32mm2012-12-111-1/+1 * Bring back this port. Host the distfile on my website. Assume ownershipcy2011-07-193-0/+42 * Removed unmaintained expired ports from net-mgmtbapt2011-05-023-45/+0 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Deprecate unmaintained ports from net-mgmt where upstream disapear and/orbapt2011-03-141-0/+3 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-2/+0 * Reset Serge@Maslov.biz due to maintainer timeout and no response to email.linimon2007-07-041-1/+1 * - Fix plist if NOPORTDOCS is definedmarkus2007-03-151-2/+3 * SHA256ifyedwin2006-02-011-0/+1