From 9b4b5c6598cfac2e6436530c75bfe95b617d7ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Crozat?= Date: Mon, 30 Jul 2001 14:22:50 +0000 Subject: Fix support for gtkhtml when compiled with gconf support svn path=/trunk/; revision=11473 --- addressbook/gui/component/addressbook-factory.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index b4012f4223..6a5e79066a 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -18,6 +18,10 @@ #include #include +#ifdef GTKHTML_HAVE_GCONF +#include +#endif + #include "addressbook.h" #include "addressbook-component.h" #include "e-address-widget.h" @@ -41,6 +45,10 @@ init_bonobo (int argc, char **argv) if (bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL) == FALSE) g_error (_("Could not initialize Bonobo")); +#ifdef GTKHTML_HAVE_GCONF + gconf_init (argc, argv, NULL); +#endif + glade_gnome_init (); } -- cgit v1.2.3