aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-table-adapter.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-01-10 06:09:54 +0800
committerChris Toshok <toshok@src.gnome.org>2003-01-10 06:09:54 +0800
commite772616c9046a94d039cc7b0ecf8229245661eb5 (patch)
treedacf42b54fff52a71cadef766df5a3e60c285b63 /addressbook/gui/widgets/e-addressbook-table-adapter.c
parenta08adf37ef6c459f9455c790f3cfa29b372cace1 (diff)
downloadgsoc2013-evolution-e772616c9046a94d039cc7b0ecf8229245661eb5.tar
gsoc2013-evolution-e772616c9046a94d039cc7b0ecf8229245661eb5.tar.gz
gsoc2013-evolution-e772616c9046a94d039cc7b0ecf8229245661eb5.tar.bz2
gsoc2013-evolution-e772616c9046a94d039cc7b0ecf8229245661eb5.tar.lz
gsoc2013-evolution-e772616c9046a94d039cc7b0ecf8229245661eb5.tar.xz
gsoc2013-evolution-e772616c9046a94d039cc7b0ecf8229245661eb5.tar.zst
gsoc2013-evolution-e772616c9046a94d039cc7b0ecf8229245661eb5.zip
fix parameter types here (this signal isn't generated from an ETable.)
2003-01-09 Chris Toshok <toshok@ximian.com> * gui/widgets/gal-view-minicard.c (column_width_changed): fix parameter types here (this signal isn't generated from an ETable.) * gui/widgets/gal-view-factory-minicard.c: include e-util.h * gui/widgets/e-minicard.h: include gnome-canvas.h here. * gui/widgets/e-addressbook-table-adapter.c: #include e-destination.h here. * gui/widgets/e-minicard.c: same. svn path=/trunk/; revision=19378
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-table-adapter.c')
-rw-r--r--addressbook/gui/widgets/e-addressbook-table-adapter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-table-adapter.c b/addressbook/gui/widgets/e-addressbook-table-adapter.c
index 6146aa75f3..55e6379647 100644
--- a/addressbook/gui/widgets/e-addressbook-table-adapter.c
+++ b/addressbook/gui/widgets/e-addressbook-table-adapter.c
@@ -5,6 +5,7 @@
#include "e-addressbook-table-adapter.h"
#include "e-card-merging.h"
#include "e-addressbook-util.h"
+#include "ebook/e-destination.h"
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xmlmemory.h>