diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-08-02 23:45:54 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-08-02 23:45:54 +0800 |
commit | 0eab68d17b8334c7c44a751a568de14193aac1c6 (patch) | |
tree | 0f575f817251f15bfaace3555e40491ca1649b44 /embed | |
parent | edaa6086ce7202cb52b62b645ecdcb4cd5c29c70 (diff) | |
download | gsoc2013-epiphany-0eab68d17b8334c7c44a751a568de14193aac1c6.tar gsoc2013-epiphany-0eab68d17b8334c7c44a751a568de14193aac1c6.tar.gz gsoc2013-epiphany-0eab68d17b8334c7c44a751a568de14193aac1c6.tar.bz2 gsoc2013-epiphany-0eab68d17b8334c7c44a751a568de14193aac1c6.tar.lz gsoc2013-epiphany-0eab68d17b8334c7c44a751a568de14193aac1c6.tar.xz gsoc2013-epiphany-0eab68d17b8334c7c44a751a568de14193aac1c6.tar.zst gsoc2013-epiphany-0eab68d17b8334c7c44a751a568de14193aac1c6.zip |
Do not disable window raising anymore, mozilla seem to behave correctly
2003-08-02 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
Do not disable window raising anymore, mozilla seem
to behave correctly now.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/mozilla-embed-single.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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); |