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/gui | |
parent | 80e7f68276f5e9edf913edd6edf08eba2431f311 (diff) | |
download | gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.tar gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.tar.gz gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.tar.bz2 gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.tar.lz gsoc2013-evolution-8a2b7f51d616db3869c874bc37653c3098765482.tar.xz 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/gui')
-rw-r--r-- | addressbook/gui/widgets/eab-contact-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |