1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:08:00 +01:00

made zoom functions thunderbird compatible

This commit is contained in:
Martin Stubenschrott
2008-02-05 03:03:22 +00:00
parent f2d1334ce7
commit 6ec0f8f7c1
2 changed files with 7 additions and 7 deletions

View File

@@ -1272,7 +1272,7 @@ vimperator.Events = function () //{{{
switch (aData)
{
case "accessibility.browsewithcaret":
var value = vimperator.options.getFirefoxPref("accessibility.browsewithcaret", false);
var value = vimperator.options.getPref("accessibility.browsewithcaret", false);
vimperator.mode = value ? vimperator.modes.CARET : vimperator.modes.NORMAL;
break;
}