aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-22 07:15:07 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-22 07:15:07 +0800
commit930fe7cf7be0d15ad4329b82899af0fac75b9cc2 (patch)
tree0be27221c527672153deb7ecadee9148edb921e1 /mail/message-list.c
parent9ea6a8c59ca9ba92e9732a08906cd535b3c16c8f (diff)
downloadgsoc2013-evolution-930fe7cf7be0d15ad4329b82899af0fac75b9cc2.tar
gsoc2013-evolution-930fe7cf7be0d15ad4329b82899af0fac75b9cc2.tar.gz
gsoc2013-evolution-930fe7cf7be0d15ad4329b82899af0fac75b9cc2.tar.bz2
gsoc2013-evolution-930fe7cf7be0d15ad4329b82899af0fac75b9cc2.tar.lz
gsoc2013-evolution-930fe7cf7be0d15ad4329b82899af0fac75b9cc2.tar.xz
gsoc2013-evolution-930fe7cf7be0d15ad4329b82899af0fac75b9cc2.tar.zst
gsoc2013-evolution-930fe7cf7be0d15ad4329b82899af0fac75b9cc2.zip
Removed an erroneous comment.
2000-06-21 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Removed an erroneous comment. svn path=/trunk/; revision=3687
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index dc4db54aa5..02fd55bce7 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -640,11 +640,6 @@ message_list_init_header (MessageList *message_list)
message_list->render_text,
g_str_compare, TRUE);
- /*
- * Dummy init: It sets up the headers to match the order in which
- * they are defined. In the future e-table widget will take care
- * of this.
- */
for (i = 0; i < COL_LAST; i++) {
gtk_object_ref (GTK_OBJECT (message_list->table_cols [i]));
e_table_header_add_column (message_list->header_model,