From 6b21e23b69422d176a2405a5f834181e1e106c0e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 7 Feb 2006 19:46:31 +0000 Subject: Remove workaround for broken profile now that 2006-02-07 Christian Persch * embed/mozilla/mozilla-embed-single.cpp: Remove workaround for broken profile now that https://bugzilla.mozilla.org/show_bug.cgi?id=326013 is fixed. --- embed/mozilla/mozilla-embed-single.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 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 bdbe73c38..85084486a 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -452,9 +452,6 @@ mozilla_init_profile (void) char *profile_path; profile_path = g_build_filename (ephy_dot_dir (), MOZILLA_PROFILE_DIR, -#ifdef HAVE_GECKO_1_9 - "epiphany", -#endif NULL); gtk_moz_embed_set_profile_path (profile_path, MOZILLA_PROFILE_NAME); g_free (profile_path); @@ -726,11 +723,11 @@ impl_init (EphyEmbedSingle *esingle) mozilla_init_profile (); - /* Set mozilla binary path */ - gtk_moz_embed_set_comp_path (MOZILLA_HOME); - #ifdef HAVE_GECKO_1_9 gtk_moz_embed_set_path (MOZILLA_HOME); +#else + /* Set mozilla binary path */ + gtk_moz_embed_set_comp_path (MOZILLA_HOME); #endif #if defined(HAVE_MOZILLA_TOOLKIT) && defined(HAVE_GECKO_1_8) -- cgit v1.2.3