diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-10 19:04:39 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-10 19:04:39 +0800 |
commit | f58676daaff03a866cb29cd854f564152d3b289b (patch) | |
tree | a7ace259a4a4c82ed34963cf03584ab00a7f9688 /mail/message-list.h | |
parent | 23ca256b7dd10fea00e2914c968e797af6ea0622 (diff) | |
download | gsoc2013-evolution-f58676daaff03a866cb29cd854f564152d3b289b.tar.gz gsoc2013-evolution-f58676daaff03a866cb29cd854f564152d3b289b.tar.zst gsoc2013-evolution-f58676daaff03a866cb29cd854f564152d3b289b.zip |
Switched from ETable to ETableScrolled.
2000-07-10 Christopher James Lahey <clahey@helixcode.com>
* message-list.c, message-list.h: Switched from ETable to
ETableScrolled.
svn path=/trunk/; revision=4034
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 8f3f87073f..9a2a2cfe9d 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -7,7 +7,7 @@ #include <bonobo/bonobo-object.h> #include <bonobo/bonobo-ui-handler.h> #include "camel/camel-folder.h" -#include "e-table/e-table.h" +#include "e-table/e-table-scrolled.h" #include "e-table/e-table-simple.h" #include "e-table/e-tree-simple.h" #include "e-table/e-cell-text.h" |