aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 22:27:57 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 22:27:57 +0800
commiteae083de338bdc84ee899539eaa80689d9b984d1 (patch)
treea8e3ec65dfa335c4a5f34ffb3c410c9a99940e6c /widgets/table
parent86e402252c7603aa4e69fa82682bdd7d81829684 (diff)
downloadgsoc2013-evolution-eae083de338bdc84ee899539eaa80689d9b984d1.tar
gsoc2013-evolution-eae083de338bdc84ee899539eaa80689d9b984d1.tar.gz
gsoc2013-evolution-eae083de338bdc84ee899539eaa80689d9b984d1.tar.bz2
gsoc2013-evolution-eae083de338bdc84ee899539eaa80689d9b984d1.tar.lz
gsoc2013-evolution-eae083de338bdc84ee899539eaa80689d9b984d1.tar.xz
gsoc2013-evolution-eae083de338bdc84ee899539eaa80689d9b984d1.tar.zst
gsoc2013-evolution-eae083de338bdc84ee899539eaa80689d9b984d1.zip
Set the dnd_code to something non-null for the ETableHeaderItem.
2000-07-09 Christopher James Lahey <clahey@helixcode.com> * e-table.c: Set the dnd_code to something non-null for the ETableHeaderItem. svn path=/trunk/; revision=4013
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index a1f1b40b08..1fc8394dde 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -157,6 +157,7 @@ e_table_setup_header (ETable *e_table)
"ETableHeader", e_table->header,
"full_header", e_table->full_header,
"sort_info", e_table->sort_info,
+ "dnd_code", "(unset)",
NULL);
gtk_signal_connect (