diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:02:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:02:25 +0800 |
commit | 6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5 (patch) | |
tree | 6561bc31fc7fbedffdd73e08bc76b4ba20698b29 /mail/mail-format.c | |
parent | ad5bf14a297edf4c8c2796bae8ac343ad1551151 (diff) | |
download | gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.gz gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.bz2 gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.lz gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.xz gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.tar.zst gsoc2013-evolution-6db1c7d22a7101f3758273f57fe88dcbe6ccc4f5.zip |
Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.
* session.c (session_init): Don't call e_setup_base_dir. It was
wrong and it doesn't exist any more.
* component-factory.c (owner_set_cb): Update for changed
prototype, and record the evolution_homedir. Move call to
mail_config_init here from session.c so it happens after
evolution_dir is initialized.
* mail.h: define "extern char *evolution_dir;" (formerly in
e-util/e-setup.h)
* component-factory.c, mail-callbacks.c, mail-config-gui.c,
mail-config.c, mail-display.c, mail-format.c, mail-ops.c,
mail-tools.c, session.c: Remove "e-util/e-setup.h" include.
svn path=/trunk/; revision=4712
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r-- | mail/mail-format.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c index 95d595fef9..eab8fdc018 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -27,7 +27,6 @@ #include "mail-display.h" #include "mail.h" #include "e-util/e-html-utils.h" -#include "e-util/e-setup.h" /*for evolution_dir*/ #include <libgnome/libgnome.h> #include <libgnomevfs/gnome-vfs-mime-info.h> #include <libgnomevfs/gnome-vfs-mime-handlers.h> |