summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorFatih Demir <kabalak@src.gnome.org>2000-07-08 17:08:38 +0000
committerFatih Demir <kabalak@src.gnome.org>2000-07-08 17:08:38 +0000
commit9ffb90fa051dbd4ea62f0009f01ff8b5b660bb93 (patch)
treed725171f804a845144097ff948d6e2f2e4c85026 /components
parent113409a464d1e1319cb5a96651f87fb734ee3862 (diff)
downloadnautilus-9ffb90fa051dbd4ea62f0009f01ff8b5b660bb93.tar.gz
Made the GtkHTML view work
Diffstat (limited to 'components')
-rw-r--r--components/html/ntl-web-browser.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/components/html/ntl-web-browser.c b/components/html/ntl-web-browser.c
index 548fe3a43..9001dcba7 100644
--- a/components/html/ntl-web-browser.c
+++ b/components/html/ntl-web-browser.c
@@ -27,6 +27,9 @@
#include <liboaf/liboaf.h>
#include <libgnomevfs/gnome-vfs.h>
#include <libnautilus-extensions/nautilus-debug.h>
+/*<=*/
+#include <gconf/gconf.h>
+/*=>*/
typedef struct {
NautilusView *nautilus_view;
@@ -595,6 +598,9 @@ int main(int argc, char *argv[])
{
BonoboGenericFactory *factory;
CORBA_ORB orb;
+ /*<=*/
+ GConfError *error;
+ /*=>*/
if (g_getenv("NAUTILUS_DEBUG") != NULL)
nautilus_make_warnings_and_criticals_stop_in_debugger
@@ -613,7 +619,9 @@ int main(int argc, char *argv[])
oaf_popt_options, 0, NULL);
orb = oaf_init (argc, argv);
-
+ /*<=*/
+ gconf_init (argc, argv, &error);
+ /*=>*/
gnome_vfs_init();
gdk_rgb_init();
glibwww_init("ntl-web-browser", VERSION);