aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog10
-rw-r--r--addressbook/gui/widgets/eab-contact-display.c1
2 files changed, 9 insertions, 2 deletions
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 <jpr@novell.com>
+
+ Fixes #70622
+
+ * gui/widgets/eab-contact-display.c (eab_contact_display_init):
+ construct the html widget
+
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/e-addressbook-model.[ch]
@@ -26,7 +33,6 @@
fixes #71448
-
2005-01-21 Rodney Dawes <dobey@novell.com>
* gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog):
@@ -63,7 +69,7 @@
Fixes #41228
2005-01-21 JP Rosevear <jpr@novell.com>
-
+
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