From 8a2b7f51d616db3869c874bc37653c3098765482 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 24 Jan 2005 17:28:37 +0000 Subject: Fixes #70622 2005-01-21 JP Rosevear Fixes #70622 * gui/widgets/eab-contact-display.c (eab_contact_display_init): construct the html widget svn path=/trunk/; revision=28532 --- addressbook/ChangeLog | 10 ++++++++-- addressbook/gui/widgets/eab-contact-display.c | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1409869889..a3ee26d549 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2005-01-21 JP Rosevear + + Fixes #70622 + + * gui/widgets/eab-contact-display.c (eab_contact_display_init): + construct the html widget + 2005-01-21 Sivaiah Nallagatla * gui/widgets/e-addressbook-model.[ch] @@ -26,7 +33,6 @@ fixes #71448 - 2005-01-21 Rodney Dawes * gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog): @@ -63,7 +69,7 @@ Fixes #41228 2005-01-21 JP Rosevear - + Fixes #46404 * gui/widgets/e-addressbook-view.c (eab_view_print): just show the diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 9e7d66cf3e..145b755781 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -659,6 +659,7 @@ eab_contact_display_new (void) static void eab_contact_display_init (GObject *object) { + gtk_html_construct (object); } static void -- cgit v1.2.3