aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-03-16 07:01:28 +0800
committerChristian Persch <chpe@src.gnome.org>2005-03-16 07:01:28 +0800
commitf7db92cdea1917c7bdf424d263e7df04f88f62c4 (patch)
treec8279d2f515c3095f6afb737e84a6f46d5009d64
parent2b5799813701480300b112b12ab89dcac8ae237f (diff)
downloadgsoc2013-epiphany-f7db92cdea1917c7bdf424d263e7df04f88f62c4.tar
gsoc2013-epiphany-f7db92cdea1917c7bdf424d263e7df04f88f62c4.tar.gz
gsoc2013-epiphany-f7db92cdea1917c7bdf424d263e7df04f88f62c4.tar.bz2
gsoc2013-epiphany-f7db92cdea1917c7bdf424d263e7df04f88f62c4.tar.lz
gsoc2013-epiphany-f7db92cdea1917c7bdf424d263e7df04f88f62c4.tar.xz
gsoc2013-epiphany-f7db92cdea1917c7bdf424d263e7df04f88f62c4.tar.zst
gsoc2013-epiphany-f7db92cdea1917c7bdf424d263e7df04f88f62c4.zip
Default to links only with the fixed-up typeaheadfind too.
2005-03-15 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-toolkit.js: Default to links only with the fixed-up typeaheadfind too.
-rw-r--r--ChangeLog6
-rw-r--r--data/default-prefs-toolkit.js1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 330612445..9c2bb62bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-15 Christian Persch <chpe@cvs.gnome.org>
+
+ * data/default-prefs-toolkit.js:
+
+ Default to links only with the fixed-up typeaheadfind too.
+
2005-03-14 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (build_tab_label):
diff --git a/data/default-prefs-toolkit.js b/data/default-prefs-toolkit.js
index 9a888ab3a..4e6f0df98 100644
--- a/data/default-prefs-toolkit.js
+++ b/data/default-prefs-toolkit.js
@@ -7,6 +7,7 @@ pref("intl.locale.matchOS", true);
// enable fixed-up typeaheadfind extension
pref("accessibility.typeaheadfindsea", true);
pref("accessibility.typeaheadfindsea.autostart", true);
+pref("accessibility.typeaheadfindsea.linksonly", true);
// disable image resizing
pref("browser.enable_automatic_image_resizing", false);