aboutsummaryrefslogtreecommitdiffstats
path: root/shell
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 /shell
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 'shell')
-rw-r--r--shell/e-shell-folder-title-bar.c2
-rw-r--r--shell/e-shell-importer.c2
-rw-r--r--shell/e-user-creatable-items-handler.c2
-rw-r--r--shell/main.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c
index c0dd2f4e6a..7b87214a2d 100644
--- a/shell/e-shell-folder-title-bar.c
+++ b/shell/e-shell-folder-title-bar.c
@@ -34,7 +34,7 @@
#include <libgnome/gnome-i18n.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include "widgets/misc/e-clipped-label.h"
+#include "misc/e-clipped-label.h"
#include "e-shell-constants.h"
#include "e-shell-marshal.h"
#include "e-shell-folder-title-bar.h"
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index d02370dbf9..a11272f289 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -50,7 +50,7 @@
#include "importer/evolution-importer-client.h"
#include <glade/glade.h>
-#include <widgets/misc/e-gui-utils.h>
+#include <misc/e-gui-utils.h>
#include <e-util/e-gtk-utils.h>
#include <e-util/e-dialog-utils.h>
diff --git a/shell/e-user-creatable-items-handler.c b/shell/e-user-creatable-items-handler.c
index a631304435..57779383dc 100644
--- a/shell/e-user-creatable-items-handler.c
+++ b/shell/e-user-creatable-items-handler.c
@@ -30,7 +30,7 @@
#include "Evolution.h"
#include "e-util/e-corba-utils.h"
-#include "widgets/misc/e-combo-button.h"
+#include "misc/e-combo-button.h"
#include <bonobo/bonobo-ui-util.h>
#include <bonobo/bonobo-exception.h>
diff --git a/shell/main.c b/shell/main.c
index 33066453b7..83ced9695a 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -73,7 +73,7 @@
#include "e-config-upgrade.h"
#include "Evolution-DataServer.h"
-#include <widgets/misc/e-cursors.h>
+#include <misc/e-cursors.h>
#include "e-util/e-error.h"
#include <fcntl.h>