diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-29 20:29:44 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-29 20:29:44 +0800 |
commit | c2ae364efc8192c1416660b38502995e934174c4 (patch) | |
tree | 9f2c830d09c880dd4bb02366ed189022bda64728 /mail/message-list.h | |
parent | 6168e99c7afda8aa5f242ac3a4cc763164349d35 (diff) | |
download | gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar.gz gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.tar.zst gsoc2013-evolution-c2ae364efc8192c1416660b38502995e934174c4.zip |
More work. Not funny that e-table does not display.
More work. Not funny that e-table does not display.
Miguel.
svn path=/trunk/; revision=1654
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index ee1233e922..40cc924e24 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -4,6 +4,11 @@ #include <bonobo/bonobo-main.h> #include <bonobo/bonobo-object.h> #include "camel/camel-folder.h" +#include "e-table/e-table.h" +#include "e-table/e-table-simple.h" +#include "e-table/e-cell-text.h" +#include "e-table/e-cell-toggle.h" +#include "e-table/e-cell-checkbox.h" #define MESSAGE_LIST_TYPE (message_list_get_type ()) #define MESSAGE_LIST(o) (GTK_CHECK_CAST ((o), MESSAGE_LIST_TYPE, MessageList)) |