aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 22:28:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 22:28:10 +0800
commit173e577c05d6e4419ca09eefbbd6d4369ba2cd6f (patch)
tree97f6547f2b37c13f9ff9adeb0c0bccaef946e314 /mail
parenteae083de338bdc84ee899539eaa80689d9b984d1 (diff)
downloadgsoc2013-evolution-173e577c05d6e4419ca09eefbbd6d4369ba2cd6f.tar
gsoc2013-evolution-173e577c05d6e4419ca09eefbbd6d4369ba2cd6f.tar.gz
gsoc2013-evolution-173e577c05d6e4419ca09eefbbd6d4369ba2cd6f.tar.bz2
gsoc2013-evolution-173e577c05d6e4419ca09eefbbd6d4369ba2cd6f.tar.lz
gsoc2013-evolution-173e577c05d6e4419ca09eefbbd6d4369ba2cd6f.tar.xz
gsoc2013-evolution-173e577c05d6e4419ca09eefbbd6d4369ba2cd6f.tar.zst
gsoc2013-evolution-173e577c05d6e4419ca09eefbbd6d4369ba2cd6f.zip
Remove setting of dnd_code since that's handled internally to ETable.
2000-07-09 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Remove setting of dnd_code since that's handled internally to ETable. svn path=/trunk/; revision=4014
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/message-list.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0598003c7d..159500ddab 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-09 Christopher James Lahey <clahey@helixcode.com>
+
+ * message-list.c: Remove setting of dnd_code since that's handled
+ internally to ETable.
+
2000-07-08 Dan Winship <danw@helixcode.com>
* folder-browser.c (etable_key): Fix up the pageup/pagedown
diff --git a/mail/message-list.c b/mail/message-list.c
index 0fe27a627b..9591eb9f3e 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -579,9 +579,6 @@ message_list_init (GtkObject *object)
"drawfocus", FALSE,
"drawgrid", FALSE,
NULL);
- gtk_object_set(GTK_OBJECT(E_TABLE(message_list->etable)->header_item),
- "dnd_code", "(unset)",
- NULL);
gtk_signal_connect (GTK_OBJECT (message_list->etable), "realize",
GTK_SIGNAL_FUNC (select_row), message_list);