diff options
author | Jon Trowbridge <trow@src.gnome.org> | 2001-10-27 10:26:57 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-27 10:26:57 +0800 |
commit | ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57 (patch) | |
tree | 824bda0b54406c97f84de59f41f291b77ae467e4 /addressbook/gui | |
parent | 3eca5f6e1c8822792a37ec2142767a7ebbdd145f (diff) | |
download | gsoc2013-evolution-ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57.tar gsoc2013-evolution-ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57.tar.gz gsoc2013-evolution-ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57.tar.bz2 gsoc2013-evolution-ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57.tar.lz gsoc2013-evolution-ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57.tar.xz gsoc2013-evolution-ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57.tar.zst gsoc2013-evolution-ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57.zip |
Oops... forgot to commit before.
svn path=/trunk/; revision=14195
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/e-address-popup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/e-address-popup.h b/addressbook/gui/component/e-address-popup.h index 72512471c4..4486ec2b3b 100644 --- a/addressbook/gui/component/e-address-popup.h +++ b/addressbook/gui/component/e-address-popup.h @@ -30,6 +30,7 @@ #include <gtk/gtk.h> #include <libgnome/gnome-defs.h> +#include <addressbook/backend/ebook/e-book.h> #include <addressbook/backend/ebook/e-card.h> #include <bonobo/bonobo-event-source.h> @@ -61,6 +62,7 @@ struct _EAddressPopup { gboolean transitory; guint scheduled_refresh; + EBook *book; guint query_tag; gboolean multiple_matches; ECard *card; |