aboutsummaryrefslogtreecommitdiffstats
path: root/composer
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 /composer
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 'composer')
-rw-r--r--composer/e-msg-composer.c4
-rw-r--r--composer/evolution-composer.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 5f7bd99f8d..8806a36fe2 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -89,8 +89,8 @@
#include "e-util/e-dialog-utils.h"
#include "e-util/e-signature-list.h"
-#include "widgets/misc/e-charset-picker.h"
-#include "widgets/misc/e-expander.h"
+#include "misc/e-charset-picker.h"
+#include "misc/e-expander.h"
#include "e-util/e-error.h"
#include <camel/camel-session.h>
diff --git a/composer/evolution-composer.c b/composer/evolution-composer.c
index cab5c4e2da..47a4e6bfbe 100644
--- a/composer/evolution-composer.c
+++ b/composer/evolution-composer.c
@@ -30,7 +30,7 @@
#include <bonobo/bonobo-item-handler.h>
#include <bonobo/bonobo-generic-factory.h>
#include <e-util/e-util.h>
-#include <widgets/misc/e-gui-utils.h>
+#include <misc/e-gui-utils.h>
#include "evolution-composer.h"
#include "mail/mail-config.h"
#include "e-util/e-account-list.h"