From ad7e6820081d32774e1a4226899fdbf6c1a8e728 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 20 Sep 2000 23:38:53 +0000 Subject: Added a wants_html field to cards. Uses "x-mozilla-html". 2000-09-20 Christopher James Lahey * backend/ebook/e-card.c, backend/ebook/e-card.h: Added a wants_html field to cards. Uses "x-mozilla-html". * contact-editor/Makefile.am: Added definition of EVOLUTION_DATADIR. * contact-editor/contact-editor.glade: Make Wants HTML check button visible. * contact-editor/e-contact-editor.c, contact-editor/e-contact-editor.h: Make Wants HTML check button active. Fix UI stuff to use XML. Set parent window of confirm_delete dialog. * gui/widgets/e-addressbook-view.c, gui/widgets/e-minicard.c: Set the parent window of the confirm_delete dialog. svn path=/trunk/; revision=5530 --- addressbook/gui/contact-editor/e-contact-editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 4e47b5bd93..83ac71fd78 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -104,7 +104,7 @@ EContactEditor *e_contact_editor_new (ECard *card, gboolean is_new_card); GtkType e_contact_editor_get_type (void); -gboolean e_contact_editor_confirm_delete(void); +gboolean e_contact_editor_confirm_delete(GtkWindow *parent); #ifdef __cplusplus } -- cgit v1.2.3