aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorKaushal Kumar <kakumar@novell.com>2005-06-23 17:11:11 +0800
committerKaushal Kumar <kaushal@src.gnome.org>2005-06-23 17:11:11 +0800
commitdf07f02cae503795461bd231da20805853430da7 (patch)
treed95689f1ed37e71415e91997d69ee96c14ecb9a6 /addressbook/gui/contact-editor/e-contact-editor.c
parentdbbee50d3d566e217f77b217d27bcd228d7a9d51 (diff)
downloadgsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.gz
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.bz2
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.lz
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.xz
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.zst
gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.zip
Added widgets in INCLUDES.
2005-06-23 Kaushal Kumar <kakumar@novell.com> * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am, addressbook/gui/search/Makefile.am, plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES. Updated the include paths to use misc instead of widgets/misc. svn path=/trunk/; revision=29574
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 145437bf33..04b5be12ee 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -41,7 +41,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <libedataserverui/e-categories-dialog.h>
-#include <widgets/misc/e-gui-utils.h>
+#include <misc/e-gui-utils.h>
#include <text/e-entry.h>
#include <libebook/e-address-western.h>
@@ -55,9 +55,9 @@
#include "addressbook/gui/widgets/eab-gui-util.h"
#include "e-util/e-gui-utils.h"
#include "e-util/e-error.h"
-#include "widgets/misc/e-dateedit.h"
-#include "widgets/misc/e-image-chooser.h"
-#include "widgets/misc/e-url-entry.h"
+#include "misc/e-dateedit.h"
+#include "misc/e-image-chooser.h"
+#include "misc/e-url-entry.h"
#include "shell/evolution-shell-component-utils.h"
#include "e-util/e-icon-factory.h"