From ded7e245d8be7a676747e0881deed6113df88eba Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 10 May 2002 20:04:06 +0000 Subject: Added SimpleCard interface. 2002-05-10 Christopher James Lahey * gui/component/select-names/Evolution-Addressbook-SelectNames.idl: Added SimpleCard interface. * gui/component/select-names/Makefile.am: Added e-simple-card-bonobo.c and e-simple-card-bonobo.h. * gui/component/select-names/e-select-names-bonobo.c (entry_get_property_fn): Added SIMPLE_CARD_LIST arg. * gui/component/select-names/e-simple-card-bonobo.c, gui/component/select-names/e-simple-card-bonobo.h: New class to represent an ECardSimple across Bonobo. svn path=/trunk/; revision=16757 --- addressbook/gui/component/select-names/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/component/select-names/Makefile.am') diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 0f6789dd11..347af45f74 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -63,7 +63,9 @@ libeselectnames_la_SOURCES = \ e-select-names-text-model.c \ e-select-names-text-model.h \ e-select-names.c \ - e-select-names.h + e-select-names.h \ + e-simple-card-bonobo.c \ + e-simple-card-bonobo.h gladedir = $(datadir)/evolution/glade glade_DATA = select-names.glade -- cgit v1.2.3