diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:02:37 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:02:37 +0800 |
commit | 8b06ce05ebb8d110542eb21cdafa039c0ae03c4b (patch) | |
tree | 340fbc8e8f890cceba48bd2a7e5716d2af7efc95 /executive-summary/ChangeLog | |
parent | 6d713177f5f58f88bf3b6a2944f457947fe1296e (diff) | |
download | gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.gz gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.bz2 gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.lz gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.xz gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.zst gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.zip |
#include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"
* component/e-summary-factory.c: #include
"evolution-shell-component-utils.h" rather than "e-gui-utils.h"
for e_pixmaps_update.
* component/Makefile.am (evolution_executive_summary_LDADD): Use
libeshell.la, not libeshell.a (Did Peter forget to commit this?)
svn path=/trunk/; revision=10022
Diffstat (limited to 'executive-summary/ChangeLog')
-rw-r--r-- | executive-summary/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index cfc07e9ad9..e8e80ad5a3 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,12 @@ +2001-05-27 Dan Winship <danw@ximian.com> + + * component/e-summary-factory.c: #include + "evolution-shell-component-utils.h" rather than "e-gui-utils.h" + for e_pixmaps_update. + + * component/Makefile.am (evolution_executive_summary_LDADD): Use + libeshell.la, not libeshell.a (Did Peter forget to commit this?) + 2001-05-25 Peter Williams <peterw@ximian.com> * component/Makefile.am: Reference libeshell.la instead of libeshell.a. |