aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/search
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 /addressbook/gui/search
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 'addressbook/gui/search')
-rw-r--r--addressbook/gui/search/e-addressbook-search-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/search/e-addressbook-search-dialog.c b/addressbook/gui/search/e-addressbook-search-dialog.c
index ed324ba9c4..6c71945886 100644
--- a/addressbook/gui/search/e-addressbook-search-dialog.c
+++ b/addressbook/gui/search/e-addressbook-search-dialog.c
@@ -24,8 +24,9 @@
#include <gnome.h>
#include <e-util/e-canvas.h>
#include "e-addressbook-search-dialog.h"
-#include "addressbook/gui/minicard/e-minicard-view-widget.h"
+#include "addressbook/gui/widgets/e-minicard-view-widget.h"
#include "widgets/misc/e-scroll-frame.h"
+
static void e_addressbook_search_dialog_init (EAddressbookSearchDialog *widget);
static void e_addressbook_search_dialog_class_init (EAddressbookSearchDialogClass *klass);
static void e_addressbook_search_dialog_set_arg (GtkObject *o, GtkArg *arg, guint arg_id);