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 /calendar/gui/e-cal-list-view.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 'calendar/gui/e-cal-list-view.c')
-rw-r--r-- | calendar/gui/e-cal-list-view.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index f82c9320b5..c3bbfc6fb6 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -42,14 +42,14 @@ #include <gtk/gtksignal.h> #include <gtk/gtkvscrollbar.h> #include <gtk/gtkwindow.h> -#include <widgets/misc/e-gui-utils.h> +#include <misc/e-gui-utils.h> #include <table/e-table-memory-store.h> #include <table/e-cell-checkbox.h> #include <table/e-cell-toggle.h> #include <table/e-cell-text.h> #include <table/e-cell-combo.h> -#include <widgets/misc/e-popup-menu.h> -#include <widgets/misc/e-cell-date-edit.h> +#include <misc/e-popup-menu.h> +#include <misc/e-cell-date-edit.h> #include <libgnome/gnome-i18n.h> #include <libgnome/gnome-exec.h> #include <libgnome/gnome-util.h> |