Epiphany bug when using mozilla 1.7 as backend
- From: Christian Persch <chpe gnome org>
- To: "epiphany list at gnome.org" <epiphany-list gnome org>
- Subject: Epiphany bug when using mozilla 1.7 as backend
- Date: Thu, 10 Mar 2005 16:49:14 +0100
Hi,
it appears there's a bug in mozilla 1.7's wallet code interfering with
an Epiphany feature. Attached patch works around it; it is only needed
if you use Epiphany compiled with mozilla 1.7.
Regards,
Christian
Index: data/default-prefs-toolkit.js
===================================================================
RCS file: /cvs/gnome/epiphany/data/default-prefs-toolkit.js,v
retrieving revision 1.1
diff -p -u -u -p -r1.1 default-prefs-toolkit.js
--- data/default-prefs-toolkit.js 28 Sep 2004 12:46:24 -0000 1.1
+++ data/default-prefs-toolkit.js 19 Jan 2005 13:59:38 -0000
@@ -4,3 +4,6 @@ pref("plugin.default_plugin_disabled", t
// enable locale matching
pref("intl.locale.matchOS", true);
+// enable fixed-up typeaheadfind extension
+pref("accessibility.typeaheadfindsea", true);
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]