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 /addressbook/gui/component | |
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 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 4 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index eaf289ae2d..d9ef3f6340 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -36,8 +36,8 @@ #include "addressbook/gui/widgets/eab-menu.h" #include "addressbook/gui/widgets/eab-config.h" -#include "widgets/misc/e-task-bar.h" -#include "widgets/misc/e-info-label.h" +#include "misc/e-task-bar.h" +#include "misc/e-info-label.h" #include <string.h> #include <bonobo/bonobo-i18n.h> diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index 7ce078ff17..c9892a91c7 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -43,8 +43,8 @@ #include <libedataserverui/e-passwords.h> #include "e-util/e-error.h" -#include "widgets/misc/e-task-bar.h" -#include "widgets/misc/e-info-label.h" +#include "misc/e-task-bar.h" +#include "misc/e-info-label.h" #include "e-util/e-icon-factory.h" |