1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 06:42:27 +01:00

Fix some bugs.

This commit is contained in:
Kris Maglione
2008-12-29 13:43:26 -05:00
parent 9c61562ac5
commit 72cb6c35e9
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
const DEFAULT_FAVICON = "chrome://mozapps/skin/places/defaultFavicon.png";
// Try to import older command line history, quick marks, etc.
liberator.registerObserver("load_options", function () {
liberator.registerObserver("load", function () {
if (!options.getPref("extensions.vimperator.commandline_cmd_history"))
return;