aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 661c3784b8..45add1d1f9 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -37,6 +37,10 @@
#include <glade/glade.h>
#include <liboaf/liboaf.h>
+#ifdef GTKHTML_HAVE_GCONF
+#include <gconf/gconf.h>
+#endif
+
#include <gal/widgets/e-gui-utils.h>
#include <gal/widgets/e-cursors.h>
#include "e-setup.h"
@@ -237,6 +241,10 @@ main (int argc, char **argv)
oaf_init (argc, argv);
+#ifdef GTKHTML_HAVE_GCONF
+ gconf_init (argc, argv, NULL);
+#endif
+
glade_gnome_init ();
e_cursors_init ();