diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-06 06:26:12 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-06 06:26:12 +0800 |
commit | 36b8074356019d02f3359434c8b1ebc8e5d412d4 (patch) | |
tree | 9de635d8884bce1f2c590157cc647679f6ee91ae | |
parent | cce409e270a566185da06289ffa86e7321afe174 (diff) | |
download | gsoc2013-evolution-36b8074356019d02f3359434c8b1ebc8e5d412d4.tar gsoc2013-evolution-36b8074356019d02f3359434c8b1ebc8e5d412d4.tar.gz gsoc2013-evolution-36b8074356019d02f3359434c8b1ebc8e5d412d4.tar.bz2 gsoc2013-evolution-36b8074356019d02f3359434c8b1ebc8e5d412d4.tar.lz gsoc2013-evolution-36b8074356019d02f3359434c8b1ebc8e5d412d4.tar.xz gsoc2013-evolution-36b8074356019d02f3359434c8b1ebc8e5d412d4.tar.zst gsoc2013-evolution-36b8074356019d02f3359434c8b1ebc8e5d412d4.zip |
include <gal/widgets/e-gui-utils.h> instead of "e-util/e-gui-utils.h" to
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 "_".
svn path=/trunk/; revision=5753
-rw-r--r-- | executive-summary/ChangeLog | 6 | ||||
-rw-r--r-- | executive-summary/component/component-factory.c | 3 |
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" |