diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 9 | ||||
-rw-r--r-- | 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 <danw@ximian.com> + + * 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 <peterw@ximian.com> - * 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 <clahey@ximian.com> 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" |