diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-22 07:15:07 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-22 07:15:07 +0800 |
commit | 930fe7cf7be0d15ad4329b82899af0fac75b9cc2 (patch) | |
tree | 0be27221c527672153deb7ecadee9148edb921e1 | |
parent | 9ea6a8c59ca9ba92e9732a08906cd535b3c16c8f (diff) | |
download | gsoc2013-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
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/message-list.c | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d038742e69..8d072f73aa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-06-21 Christopher James Lahey <clahey@helixcode.com> + + * message-list.c: Removed an erroneous comment. + 2000-06-21 Dan Winship <danw@helixcode.com> * mail-config.c (create_transport_page): Make this not crash if 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, |