aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--executive-summary/ChangeLog6
-rw-r--r--executive-summary/component/component-factory.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index 3f6d3e1a0c..9ff6adb81c 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-05 Chris Toshok <toshok@helixcode.com>
+
+ * component/component-factory.c: include
+ <gal/widgets/e-gui-utils.h> instead of "e-util/e-gui-utils.h" to
+ clear up e_notice declaration, and #include <gnome.h> to get "_".
+
2000-10-05 Michael Meeks <michael@helixcode.com>
* component/e-summary-factory.c (control_activate): upd.
diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c
index 3e9edaafdf..9af99c7e67 100644
--- a/executive-summary/component/component-factory.c
+++ b/executive-summary/component/component-factory.c
@@ -27,12 +27,13 @@
#endif
#include <bonobo.h>
+#include <gnome.h>
#include "Evolution.h"
#include "evolution-storage.h"
#include "evolution-shell-component.h"
-#include "e-util/e-gui-utils.h"
+#include <gal/widgets/e-gui-utils.h>
#include "component-factory.h"
#include "e-summary-factory.h"