diff options
Diffstat (limited to 'embed/mozilla/mozilla-embed-single.cpp')
-rw-r--r-- | embed/mozilla/mozilla-embed-single.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 85084486a..5b1812170 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -718,6 +718,10 @@ impl_init (EphyEmbedSingle *esingle) { MozillaEmbedSingle *single = MOZILLA_EMBED_SINGLE (esingle); +#ifdef HAVE_GECKO_1_9 + NS_LogInit (); +#endif + /* Pre initialization */ mozilla_init_plugin_path (); @@ -838,6 +842,10 @@ mozilla_embed_single_finalize (GObject *object) gtk_moz_embed_pop_startup (); +#ifdef HAVE_GECKO_1_9 + NS_LogTerm (); +#endif + g_free (mes->priv->user_prefs); #ifndef HAVE_GECKO_1_8 |