From 100bc92dd2821cf71c695ae5735647051b09ed45 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 21 Jun 2000 16:12:00 +0000 Subject: Get evolution-dir the right way in e-setup.h svn path=/trunk/; revision=3675 --- mail/ChangeLog | 5 +++++ mail/mail-format.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index a53c262a8c..cc1f6f1679 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-06-21 Peter Williams + + * mail-format.c (mail_generate_reply): Include "e-setup.h" to + get the prototype for evolution_dir. + 2000-06-20 Jeffrey Stedfast * component-factory.c (create_imap_storage): Oops. Should diff --git a/mail/mail-format.c b/mail/mail-format.c index 34265e01a6..6f55ce3b38 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -27,7 +27,7 @@ #include "mail-display.h" #include "mail.h" #include "e-util/e-html-utils.h" - +#include "e-util/e-setup.h" /*for evolution_dir*/ #include #include /* for isprint */ @@ -1306,7 +1306,6 @@ mail_generate_reply (CamelMimeMessage *message, gboolean to_all) gboolean want_plain, is_html; const char *repl_to, *message_id, *references; GList *to, *cc; - extern char *evolution_dir; /* FIXME yuck! */ path = g_strdup_printf ("=%s/config=/mail/msg_format", evolution_dir); string = gnome_config_get_string (path); -- cgit v1.2.3