diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-16 07:01:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-16 07:01:34 +0800 |
commit | fda46e4fcc5a21c2f69e74860c4e99b3703243b1 (patch) | |
tree | d64397e878587f8e5edd933034137d073e6f2dc5 | |
parent | d6cb8bad560c066d05a7806aba23f550a78852cf (diff) | |
download | gsoc2013-epiphany-fda46e4fcc5a21c2f69e74860c4e99b3703243b1.tar gsoc2013-epiphany-fda46e4fcc5a21c2f69e74860c4e99b3703243b1.tar.gz gsoc2013-epiphany-fda46e4fcc5a21c2f69e74860c4e99b3703243b1.tar.bz2 gsoc2013-epiphany-fda46e4fcc5a21c2f69e74860c4e99b3703243b1.tar.lz gsoc2013-epiphany-fda46e4fcc5a21c2f69e74860c4e99b3703243b1.tar.xz gsoc2013-epiphany-fda46e4fcc5a21c2f69e74860c4e99b3703243b1.tar.zst gsoc2013-epiphany-fda46e4fcc5a21c2f69e74860c4e99b3703243b1.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-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/default-prefs-toolkit.js | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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); |