From 5e44950c28c202c9d13de3dfa2866d9153486b98 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 27 May 2001 18:02:03 +0000 Subject: #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h" * gui/component/addressbook.c: #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h" for e_pixmaps_update. svn path=/trunk/; revision=10020 --- addressbook/ChangeLog | 9 ++++++++- addressbook/gui/component/addressbook.c | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ec88caae61..d42d9547c6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,6 +1,13 @@ +2001-05-27 Dan Winship + + * gui/component/addressbook.c: #include + "evolution-shell-component-utils.h" rather than "e-gui-utils.h" + for e_pixmaps_update. + 2001-05-25 Peter Williams - * gui/component/Makefile.am: Reference libeshell.la instead of libeshell.a. + * gui/component/Makefile.am: Reference libeshell.la instead of + libeshell.a. 2001-05-25 Christopher James Lahey diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 281549c462..5db16cf42b 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -24,7 +24,7 @@ #include "select-names/e-select-names.h" #include "select-names/e-select-names-manager.h" -#include "e-util/e-gui-utils.h" +#include "evolution-shell-component-utils.h" #include "e-contact-editor.h" #include "e-contact-save-as.h" #include "addressbook-config.h" -- cgit v1.2.3