diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-01-16 10:13:32 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-01-16 10:13:32 +0800 |
commit | fa62a2652854d3b0d80d6f28fac1df490a391a83 (patch) | |
tree | f081898ceeb2f8286493b800f18b8b9c6a71e9fc /mail/message-list.h | |
parent | f914742fe75e1c14f6879a96561d076ed6b0effc (diff) | |
download | gsoc2013-evolution-fa62a2652854d3b0d80d6f28fac1df490a391a83.tar.gz gsoc2013-evolution-fa62a2652854d3b0d80d6f28fac1df490a391a83.tar.zst gsoc2013-evolution-fa62a2652854d3b0d80d6f28fac1df490a391a83.zip |
Change from using filters for date and size to using e_cell_date and
2001-01-15 Christopher James Lahey <clahey@ximian.com>
* message-list.c, message-list.h: Change from using filters for
date and size to using e_cell_date and e_cell_size. Moved a bunch
of includes from the message-list.h to the message-list.c.
svn path=/trunk/; revision=7524
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 468f8cc3dc..55971eb664 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -9,10 +9,6 @@ #include <gal/e-table/e-table-scrolled.h> #include <gal/e-table/e-table-simple.h> #include <gal/e-table/e-tree-simple.h> -#include <gal/e-table/e-cell-text.h> -#include <gal/e-table/e-cell-toggle.h> -#include <gal/e-table/e-cell-checkbox.h> -#include <gal/e-table/e-cell-tree.h> #define MESSAGE_LIST_TYPE (message_list_get_type ()) #define MESSAGE_LIST(o) (GTK_CHECK_CAST ((o), MESSAGE_LIST_TYPE, MessageList)) |