aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-config.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 59adcbfb61..42807db2cd 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-10 Jon Trowbridge <trow@ximian.com>
+
+ * mail-config.c: No, we don't want to include
+ bonobo-running-context.h... just bonobo-context.h.
+
2001-05-10 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c: Fix some compiler warnings by including the
diff --git a/mail/mail-config.c b/mail/mail-config.c
index ca7ed443d3..eb6c3982c8 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -37,7 +37,7 @@
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-generic-factory.h>
-#include <bonobo/bonobo-running-context.h>
+#include <bonobo/bonobo-context.h>
#include <gal/util/e-util.h>
#include <e-util/e-html-utils.h>
d> * - Unbreak octave-forge-* ports, because svn revision 405987 fixesstephen2016-01-131-2/+0 * - Svn revision 405533 upgraded /math/octave to version 4.0.0. This versionstephen2016-01-131-0/+1 * Explicly force runnning load-octave-pkg during post (de)installationbapt2015-09-261-2/+2 * - Add variable assignments to make_args.stephen2015-01-231-1/+1 * - Convert to new LIB_DEPENDS formatsunpoet2014-05-041-1/+1 * Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-2/+1 * - Move the MAKE_ARGS variables from some individual math/octave-forge-*stephen2014-01-231-0/+1 * - Fix errors created when staging was implemented.stephen2014-01-131-5/+6 * - Implement staging for octave-forge ports.stephen2014-01-131-4/+2 * - USE_GMAKE to USES=gmake.stephen2013-07-061-1/+1 * - Remove emacs mode, -*- mode: ...; -*- [1]miwi2012-05-231-1/+1 * - Add "-f" option to ${LN} command.stephen2012-01-311-1/+1 * - Update math/octave-forge-base to 1.1. Now includes the scriptstephen2011-07-011-7/+7 * - Change maintainer's email address.stephen2011-06-281-1/+1 * - Add gmake as RUN_DEPmiwi2011-03-181-1/+2 * - Removed obsolete targetglarkin2010-07-241-15/+0