diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-25 01:28:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-25 01:28:37 +0800 |
commit | 8a2b7f51d616db3869c874bc37653c3098765482 (patch) | |
tree | a69b0740b87e6899ffa34a907c9af24327022ce3 /addressbook | |
parent | 80e7f68276f5e9edf913edd6edf08eba2431f311 (diff) | |
download | gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.tar.gz gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.tar.zst gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.zip |
Fixes #70622
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #70622
* gui/widgets/eab-contact-display.c (eab_contact_display_init):
construct the html widget
svn path=/trunk/; revision=28532
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 10 | ||||
-rw-r--r-- | addressbook/gui/widgets/eab-contact-display.c | 1 |
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 |