aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-07-15 06:31:58 +0800
committerChris Toshok <toshok@src.gnome.org>2004-07-15 06:31:58 +0800
commita8b3b7f76c96c41e9aa04a09ee5a893462e20d05 (patch)
tree2edb02c2537e1262a2015cfaf198bc4513e13803 /addressbook/gui/contact-list-editor/e-contact-list-editor.c
parent4b12fe81180748da7449cbd790fea572f21c50f7 (diff)
downloadgsoc2013-evolution-a8b3b7f76c96c41e9aa04a09ee5a893462e20d05.tar
gsoc2013-evolution-a8b3b7f76c96c41e9aa04a09ee5a893462e20d05.tar.gz
gsoc2013-evolution-a8b3b7f76c96c41e9aa04a09ee5a893462e20d05.tar.bz2
gsoc2013-evolution-a8b3b7f76c96c41e9aa04a09ee5a893462e20d05.tar.lz
gsoc2013-evolution-a8b3b7f76c96c41e9aa04a09ee5a893462e20d05.tar.xz
gsoc2013-evolution-a8b3b7f76c96c41e9aa04a09ee5a893462e20d05.tar.zst
gsoc2013-evolution-a8b3b7f76c96c41e9aa04a09ee5a893462e20d05.zip
ignore Evolution-Addressbook-SelectNames.h.
2004-07-14 Chris Toshok <toshok@ximian.com> * gui/contact-list-editor/.cvsignore: ignore Evolution-Addressbook-SelectNames.h. * gui/contact-list-editor/e-contact-list-editor.c: include our local (in this directory) generated Evolution-Addressbook-SelectNames.h * gui/contact-list-editor/Makefile.am: add stuff to generate (and clean up) the select names header we need to include. svn path=/trunk/; revision=26657
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.c')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 0bd1f2cc44..dd2dd19045 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -43,10 +43,10 @@
#include "widgets/misc/e-image-chooser.h"
#include "widgets/misc/e-source-option-menu.h"
-#include "addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.h"
#include "addressbook/gui/component/addressbook.h"
#include "addressbook/gui/widgets/eab-gui-util.h"
#include "addressbook/util/eab-book-util.h"
+#include "Evolution-Addressbook-SelectNames.h"
#include "eab-editor.h"
#include "e-contact-editor.h"