diff options
author | Kaushal Kumar <kakumar@novell.com> | 2005-06-23 17:11:11 +0800 |
---|---|---|
committer | Kaushal Kumar <kaushal@src.gnome.org> | 2005-06-23 17:11:11 +0800 |
commit | df07f02cae503795461bd231da20805853430da7 (patch) | |
tree | d95689f1ed37e71415e91997d69ee96c14ecb9a6 /mail/em-composer-prefs.c | |
parent | dbbee50d3d566e217f77b217d27bcd228d7a9d51 (diff) | |
download | gsoc2013-evolution-df07f02cae503795461bd231da20805853430da7.tar.gz 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 'mail/em-composer-prefs.c')
-rw-r--r-- | mail/em-composer-prefs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c index 5106ca5529..2e8981016e 100644 --- a/mail/em-composer-prefs.c +++ b/mail/em-composer-prefs.c @@ -39,7 +39,7 @@ #include <bonobo/bonobo-generic-factory.h> #include <libedataserver/e-iconv.h> -#include <widgets/misc/e-gui-utils.h> +#include <misc/e-gui-utils.h> #include <gtk/gtktreemodel.h> #include <gtk/gtkliststore.h> @@ -59,7 +59,7 @@ #include <gtkhtml/gtkhtml.h> -#include "widgets/misc/e-charset-picker.h" +#include "misc/e-charset-picker.h" #include "e-util/e-error.h" #include <e-util/e-icon-factory.h> |