aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-09-14 09:53:15 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-09-14 09:53:15 +0800
commitfd88276cd22ace15490fc9183fe6139723cf9166 (patch)
treef8eab7ad1ec53b0e2dc17cad57e09de7243596d4 /widgets
parent49d62ec1e269e8542817d35ce0ed8cd54e2fc3b2 (diff)
downloadgsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar
gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.gz
gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.bz2
gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.lz
gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.xz
gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.tar.zst
gsoc2013-evolution-fd88276cd22ace15490fc9183fe6139723cf9166.zip
fix path.
2000-09-14 Michael Meeks <michael@helixcode.com> * gui/component/Makefile.am (evolution_addressbook_LDADD): fix path. * gui/component/addressbook.c: update include. * gui/component/addressbook-factory.c: update include. * gui/widgets/e-minicard-view.h: update include. * gui/search/e-addressbook-search-dialog.c: update include path. svn path=/trunk/; revision=5418
Diffstat (limited to 'widgets')
-rw-r--r--widgets/ChangeLog4
-rw-r--r--widgets/e-reflow/e-reflow-sorted.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 59be09395e..69e9ecdee1 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-14 Michael Meeks <michael@helixcode.com>
+
+ * e-reflow/e-reflow-sorted.h: fix include.
+
2000-09-13 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am (SUBDIRS): Added e-reflow.
diff --git a/widgets/e-reflow/e-reflow-sorted.h b/widgets/e-reflow/e-reflow-sorted.h
index 1be4971fb2..feafdbac16 100644
--- a/widgets/e-reflow/e-reflow-sorted.h
+++ b/widgets/e-reflow/e-reflow-sorted.h
@@ -21,7 +21,7 @@
#ifndef __E_REFLOW_SORTED_H__
#define __E_REFLOW_SORTED_H__
-#include <addressbook/gui/minicard/e-reflow.h>
+#include "e-reflow.h"
#ifdef __cplusplus
extern "C" {