aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
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/gui/component
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/gui/component')
-rw-r--r--addressbook/gui/component/addressbook.c2
1 files changed, 1 insertions, 1 deletions
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"