From 75513364f1db91b894cacb8853d9486e74b45caf Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 9 Apr 2000 03:04:47 +0000 Subject: Made the contact editor load from an ECard. 2000-04-08 Christopher James Lahey * addressbook/contact-editor/Makefile.am, addressbook/contact-editor/e-contact-editor.c, addressbook/contact-editor/e-contact-editor.h, addressbook/contact-editor/test-editor.c: Made the contact editor load from an ECard. * addressbook/backend/ebook/e-card.c, addressbook/backend/ebook/e-card.h, addressbook/gui/minicard/e-minicard.c: Added support for the URL field. svn path=/trunk/; revision=2349 --- addressbook/gui/contact-editor/e-contact-editor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/contact-editor/e-contact-editor.h') diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index 7b914967ee..1ae0fdf275 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -23,6 +23,7 @@ #include #include +#include "e-card.h" #ifdef __cplusplus extern "C" { @@ -53,7 +54,7 @@ struct _EContactEditor GtkVBox parent; /* item specific fields */ - /* ECard *card; */ + ECard *card; GladeXML *gui; GnomeUIInfo *email_info; @@ -73,7 +74,7 @@ struct _EContactEditorClass }; -GtkWidget *e_contact_editor_new(void *card); +GtkWidget *e_contact_editor_new(ECard *card); GtkType e_contact_editor_get_type (void); #ifdef __cplusplus -- cgit v1.2.3