From 8b06ce05ebb8d110542eb21cdafa039c0ae03c4b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 27 May 2001 18:02:37 +0000 Subject: #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 --- executive-summary/component/e-summary-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executive-summary/component/e-summary-factory.c') diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 23110a0716..9952c42fb7 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -36,7 +36,7 @@ #include #include -#include "e-util/e-gui-utils.h" +#include "evolution-shell-component-utils.h" #include "e-summary-factory.h" -- cgit