mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:37:58 +01:00
get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database.
This commit is contained in:
@@ -853,7 +853,7 @@ vimperator.Events = function () //{{{
|
||||
case vimperator.modes.CARET:
|
||||
// setting this option will trigger an observer which will
|
||||
// care about all other details like setting the NORMAL mode
|
||||
vimperator.options.setFirefoxPref("accessibility.browsewithcaret", false);
|
||||
vimperator.options.setPref("accessibility.browsewithcaret", false);
|
||||
break;
|
||||
|
||||
case vimperator.modes.INSERT:
|
||||
@@ -1245,6 +1245,7 @@ vimperator.Events = function () //{{{
|
||||
onLinkIconAvailable: function () { ; }
|
||||
},
|
||||
|
||||
// TODO: move to options.js?
|
||||
prefObserver: {
|
||||
register: function ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user