diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-13 13:20:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-13 13:20:54 +0800 |
commit | 53337e992fde35e34fc9b8211ca717cc0c465705 (patch) | |
tree | 3113d63ff45c9895ee5b0242e613536ce62d00ee /mail/component-factory.c | |
parent | 9f128d951a3ab24341afbb677a2f1dd665b56548 (diff) | |
download | gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.gz gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.zst gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.zip |
Get the mail component to use the new Evolution::ShellView interface.
This implementation is so ugly and evil and needs to be replaced.
Don't look at it. Go away.
svn path=/trunk/; revision=4797
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 7d17abda69..eaabce8e38 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -32,6 +32,7 @@ #include "Evolution.h" #include "evolution-storage.h" +#include "folder-browser-factory.h" #include "evolution-shell-component.h" #include "folder-browser.h" #include "mail.h" /* YUCK FIXME */ |