aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-28 02:02:03 +0800
committerDan Winship <danw@src.gnome.org>2001-05-28 02:02:03 +0800
commit5e44950c28c202c9d13de3dfa2866d9153486b98 (patch)
tree99a3d8072ee33762fdb72001362f9d1c1f1d0f02 /addressbook
parent972eca1374ac5af276f4738e1b16a09e677e5f28 (diff)
downloadgsoc2013-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')
-rw-r--r--addressbook/ChangeLog9
-rw-r--r--addressbook/gui/component/addressbook.c2
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"