From 6ca0ed69fcf77dc21c5501bd6685d0872f282330 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 15 Nov 2004 21:29:00 +0000 Subject: Simplify the gconf -> mozilla prefs bridge. 2004-11-15 Christian Persch * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: Simplify the gconf -> mozilla prefs bridge. --- embed/mozilla/mozilla-embed-single.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed/mozilla/mozilla-embed-single.cpp') diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 24c9cf32e..68c44d670 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -506,7 +506,7 @@ init_services (MozillaEmbedSingle *single) mozilla_setup_colors (single); START_PROFILER ("Mozilla prefs notifiers") - mozilla_notifiers_init (EPHY_EMBED_SINGLE (single)); + mozilla_notifiers_init (); STOP_PROFILER ("Mozilla prefs notifiers") mozilla_register_components (); @@ -569,7 +569,7 @@ mozilla_embed_single_finalize (GObject *object) * services depend on xpcom */ G_OBJECT_CLASS (parent_class)->finalize (object); - mozilla_notifiers_free (); + mozilla_notifiers_shutdown (); gtk_moz_embed_pop_startup (); -- cgit