From 0eab68d17b8334c7c44a751a568de14193aac1c6 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 2 Aug 2003 15:45:54 +0000 Subject: Do not disable window raising anymore, mozilla seem to behave correctly 2003-08-02 Marco Pesenti Gritti * embed/mozilla/mozilla-embed-single.cpp: Do not disable window raising anymore, mozilla seem to behave correctly now. --- ChangeLog | 7 +++++++ embed/mozilla/mozilla-embed-single.cpp | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2c18e24d..1a74bca52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-08-02 Marco Pesenti Gritti + + * embed/mozilla/mozilla-embed-single.cpp: + + Do not disable window raising anymore, mozilla seem + to behave correctly now. + 2003-08-02 Christian Persch * src/ephy-encodings-menu.c: (build_group): diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 3a296f20a..cf8854e42 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -324,9 +324,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes) prefService->GetBranch ("", getter_AddRefs(pref)); if (pref == NULL) return FALSE; - /* Don't allow mozilla to raise window when setting focus (work around bugs) */ - pref->SetBoolPref ("mozilla.widget.raise-on-setfocus", PR_FALSE); - /* set default search engine */ pref->SetCharPref ("keyword.URL", "http://www.google.com/search?q="); pref->SetBoolPref ("keyword.enabled", PR_TRUE); -- cgit v1.2.3