diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:02:03 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:02:03 +0800 |
commit | 5e44950c28c202c9d13de3dfa2866d9153486b98 (patch) | |
tree | 99a3d8072ee33762fdb72001362f9d1c1f1d0f02 /addressbook/ChangeLog | |
parent | 972eca1374ac5af276f4738e1b16a09e677e5f28 (diff) | |
download | gsoc2013-evolution-5e44950c28c202c9d13de3dfa2866d9153486b98.tar gsoc2013-evolution-5e44950c28c202c9d13de3dfa2866d9153486b98.tar.gz gsoc2013-evolution-5e44950c28c202c9d13de3dfa2866d9153486b98.tar.bz2 gsoc2013-evolution-5e44950c28c202c9d13de3dfa2866d9153486b98.tar.lz gsoc2013-evolution-5e44950c28c202c9d13de3dfa2866d9153486b98.tar.xz gsoc2013-evolution-5e44950c28c202c9d13de3dfa2866d9153486b98.tar.zst gsoc2013-evolution-5e44950c28c202c9d13de3dfa2866d9153486b98.zip |
#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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 8 insertions, 1 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> |