From 54e2fae377ffccc0ae3c3987a8a15d2b47e98575 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Mon, 12 Jan 2004 03:35:25 +0000 Subject: Added a dialog for adding a new IM account. Added the previously mentioned 2004-01-11 Christian Hammond * addressbook/gui/contact-editor/e-contact-editor-im.[ch], addressbook/gui/contact-editor/im.glade: Added a dialog for adding a new IM account. * addressbook/gui/contact-editor/Makefile.am: Added the previously mentioned files, and depend on camel for necessary MIME parsing. * addressbook/gui/contact-editor/contact-editor.[ch], addressbook/gui/contact-editor/contact-editor.glade: Add and implement svn path=/trunk/; revision=24162 --- addressbook/gui/contact-editor/e-contact-editor.h | 5 +++++ 1 file changed, 5 insertions(+) (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 56a41dfb2a..ddb4ad3a5f 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -28,6 +28,9 @@ #include #include +#include +#include + G_BEGIN_DECLS /* EContactEditor - A dialog displaying information about a contact. @@ -76,6 +79,8 @@ struct _EContactEditor EContactName *name; char *company; + GtkListStore *im_model; + EContactField email_choice; EContactField phone_choice[4]; EContactField address_choice; -- cgit v1.2.3